Skip to content

Commit

Permalink
edit .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
czrd committed Jan 3, 2023
1 parent 2b9f134 commit 12432f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
name = Takeshi Itami
email = [email protected]
[alias]
co = checkout
amend = commit --amend --no-edit
br = branch
cm = commit
st = status
co = checkout
df = diff
fpush = push
amend = commit --amend --no-edit
last = log -1 HEAD
st = status
ps = push
[pager]
branch = false
[core]
Expand Down

0 comments on commit 12432f0

Please sign in to comment.