diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-01-02 12:19:18 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-01-02 12:19:18 +0000 |
| commit | 2dffb34f4d8971a8c1db8c9ed394a2ed2a3e6bd4 (patch) | |
| tree | 81fe98fcf6eea16ba14d3dac94892d8c05f18d2d | |
| parent | d412d8cd11be9f0beed00dca89dfd2ab6cd3714b (diff) | |
Add git configuration
| -rw-r--r-- | git/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/git/config b/git/config new file mode 100644 index 0000000..8d2c1be --- /dev/null +++ b/git/config @@ -0,0 +1,11 @@ +[alias] + br = branch + co = checkout + di = diff + st = status + +[branch] + autosetuprebase = always + +[user] + name = Grégoire Duchêne |
