add gitignore and update files
This commit is contained in:
23
git/config
Normal file
23
git/config
Normal file
@@ -0,0 +1,23 @@
|
||||
[pull]
|
||||
rebase = true
|
||||
[user]
|
||||
email = git@m3philis.com
|
||||
name = m3philis
|
||||
signingkey = 8ED634A8618F69F0C0D423AC21F947246992CF4D
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[pager]
|
||||
branch = false
|
||||
[alias]
|
||||
ap = add -p
|
||||
chk = checkout
|
||||
cm = commit
|
||||
ps = push
|
||||
po = "!f() { \
|
||||
git push --set-upstream origin $(git branch --show-current); \
|
||||
}; f"
|
||||
pl = pull
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
Reference in New Issue
Block a user