Commit bcc4022d by Tom Laudeman

update

parent 2a2b7c5e
...@@ -14,7 +14,11 @@ Push every local branch to gitlab ...@@ -14,7 +14,11 @@ Push every local branch to gitlab
git push gitlab --all git push gitlab --all
``` ```
You might have to change your upstream on a branch if you want to track gitlab instead of github: You might have to change your upstream on a branch if you want to track gitlab instead of github:
'git branch --set-upstream-to=gitlab/master (or whatever other gitlab branch you want to track) This sets the current checked-out branch's upstream to whatever is passed. ```
git branch --set-upstream-to=gitlab/master
```
(or whatever other gitlab branch you want to track)
This sets the current checked-out branch's upstream to whatever is passed.
Now, when you push/pull/fetch, you can choose what you want to do: Now, when you push/pull/fetch, you can choose what you want to do:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment