If for some reason you have to push to multiple repositories, add an alias to your .git/config (obviously you don't want this in your ~/.gitconfig):
The exclamation mark runs the alias as a command, without an exclamation mark, it's assumed that you run a git command.
results in a change in your ~/.gitconfig
which you can delete with
or delete all aliases.
The exclamation mark runs the alias as a command, without an exclamation mark, it's assumed that you run a git command.
results in a change in your ~/.gitconfig
which you can delete with
or delete all aliases.
Comments
Post a Comment