diff --git a/cheat-sheets/git.md b/cheat-sheets/git.md index d041847..587ffa1 100644 --- a/cheat-sheets/git.md +++ b/cheat-sheets/git.md @@ -3,6 +3,8 @@ ```bash # Clone a repository git clone +# Clone a repository with branch checkout +git clone -b branch_name # Add a remote git remote add