diff --git a/cheatsheet.md b/cheatsheet.md index 98fb3eb..ac58a96 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -23,3 +23,6 @@ ##### Creates a branch, and moves you onto it AT THE SAME TIME git checkout -b + +##### Creates, names and pushes existing branch to GitHub + git push origin