Skip to content

Commit

Permalink
Create .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
beacoder authored Apr 30, 2024
1 parent fe94bb2 commit e51725c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
stage = add
stagex = add --chmod=+x
unstage = restore --staged
setmodx = update-index --chmod=+x

0 comments on commit e51725c

Please sign in to comment.