Skip to content

Commit

Permalink
clarify that push does not push all branches by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOptik authored and ndp committed Apr 30, 2024
1 parent 8e6d7d8 commit f13c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cheatsheet/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"push": {
"cmd": "push",
"docs": "Update the server with your commits across all branches that are *COMMON* between your local copy and the server. Local branches that were never pushed to the server in the first place are not shared."
"docs": "Update the server with your commits to the current branch. `--all` transfers the commits of all branches."
},
"push x x": {
"cmd": "push <remote> <branch>",
Expand Down

0 comments on commit f13c847

Please sign in to comment.