Replies: 3 comments 16 replies
-
This is mine. [alias]
c = commit -m
ca = commit -am
cl = clone
cl1 = clone --depth=1
pl = pull --prune --progress --autostash
plr = pull --prune --progress --autostash --rebase
p = push
pp = push --prune
pa = push --all
pt = push --tags
b = branch
ba = branch -avv
bd = push origin --delete
s = status -s
m = merge
r = rebase
rs = reset
co = checkout
dev = checkout develop
f = flow
chp = cherry-pick
d = diff --color --color-words --abbrev
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
# Show the diff between the latest commit and the current state
df = !"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat"
ru = rebase-update # depot_tools specific
t = tag -ln3
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[help]
autocorrect = 1
[push]
default = current
[pull]
rebase = false
# so much color
[color]
ui = always
[color "diff"]
meta = yellow bold
commit = green bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = "red bold 52"
newNormal = "green bold"
newHighlight = "green bold 22"
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
autocrlf = input
[init]
defaultBranch = main
[commit]
gpgsign = true |
Beta Was this translation helpful? Give feedback.
3 replies
-
چرا انقدر یک ساده رو کفت میدین ؟!!! |
Beta Was this translation helpful? Give feedback.
9 replies
-
اگر بخوایم توی yarn استفاده راه بندازیم این رو برنچ و کامیتش چی میشه ؟؟؟ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
به نظرتون چه کانفیگ هایی در گیت این پروژه بزاریم؟
و آیا واقعا همه اینا تو پروژه باشه کار میکنه؟ تست کنید
Beta Was this translation helpful? Give feedback.
All reactions