MAKE: add remote branch notes

This commit is contained in:
Jeff Carr 2021-10-23 15:36:48 -05:00
parent 9eec7dfebd
commit 3c333dca05
1 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,19 @@
all:
@echo make build
@echo make add-remote
build:
gbp buildpackage
addRemote:
git remote add jcarr git@git.wit.org:jcarr/x11-xserver-utils.git
pushRemoteMaster:
git fetch jcarr
git commit -a
git push --set-upstream jcarr master
# git branch riscv
# git checkout riscv
# hack & commit
# git push --set-upstream jcarr riscv