diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..fefd101 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,6 @@ +[alias] + … + stage = add + stagex = add --chmod=+x + unstage = restore --staged + setmodx = update-index --chmod=+x