diff --git a/README.md b/README.md index 434fc2e..6c2c086 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Some basic cheat sheets. ## git basic `git add ` : Tracks the modified file. +`git checkout -b `: creates a new branch named `` and switches to it.