Browse Source

Update git config

pull/6/head
Ein Verne 3 years ago
parent
commit
7f29036641
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 10
      git/global.gitconfig
  2. 4
      git/work.gitconfig

10
git/global.gitconfig

@ -1,5 +1,5 @@
[user]
email = [email protected]
email = [email protected]
name = Ein Verne
signingkey = 926634D64ACAD792
[push]
@ -79,15 +79,15 @@
git push -u origin $BRANCH_NAME; \
hub pull-request; \
};f "
### rebase ###
# rebase - forward-port local commits to the updated upstream head.
rb = rebase
# rebase - continue the rebasing process after resolving a conflict manually and updating the index with the resolution.
rbc = rebase --continue
# rebase - restart the rebasing process by skipping the current patch.
rbs = rebase --skip

4
git/work.gitconfig

@ -1,3 +1,3 @@
[user]
name = wuijawei
email = wujiawei@xiaomi.com
name = yourname
email = name@company.com

Loading…
Cancel
Save