diff --git a/cheatsheet.md b/cheatsheet.md index 98fb3eb..4f2c3ac 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -21,5 +21,11 @@ ##### Moving files while preserving git history git mv +##### To add one file + git add + ##### Creates a branch, and moves you onto it AT THE SAME TIME git checkout -b + +##### This command is used to check the commit history. + git log