-
Notifications
You must be signed in to change notification settings - Fork 0
GitPush
Damian edited this page Apr 3, 2020
·
2 revisions
Pushes your local branch up to your remote.
Optionally, you may choose which remote
and also set tracking.
GitPush
Replaces
git push
[MyBranch]> GitPush -r "private"
Replaces
[MyBranch]> git push --progress "private" "MyBranch:MyBranch"
GitPush -t
GitPush -r <REMOTE> -t
Replaces:
git push -u --progress "REMOTE" "BRANCH"
Git Commands
DevOps Helpers