diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-02-07 16:28:04 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-02-21 15:34:26 +0000 |
commit | 271f21071b6f376d80c6bc31ac442969b476e39b (patch) | |
tree | bf31a60768591552bb2d8da57356b9ab4f0e911d /git | |
parent | f1ba94c38dee1b3f126398427bbde1bc50fd656f (diff) |
Add stowignore
Diffstat (limited to 'git')
-rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 2b1388b..0c86393 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -10,7 +10,7 @@ [status] submodulesummary = 1 [alias] - yolo = !git commit -am "Update" && git push origin master + saveandsync = !git commit -am "Update" && git push origin master [core] fileMode = false [http] |