From 60f4561ebc219bb1d7f767f4ada1e9003bcb5ac7 Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Tue, 9 Jan 2018 17:31:08 -0200 Subject: [PATCH 1/9] Update .gitconfig Changed to become more beatiful :D only to fix some things you forgot --- .gitconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index b088fbe..69a1826 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,7 +27,6 @@ grep = auto interactive = auto status = auto - status = auto [core] editor = mate -w @@ -36,6 +35,6 @@ autocorrect = 1 [user] - name = YOUR NAME - email = YOUR EMAIL + name = "PUT YOU EMAIL HERE" + email = "PUT YOUR EMAIL HERE" From 68902376400aae2e2c2c0c137e0b8c59aa4e8892 Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Tue, 9 Jan 2018 17:35:17 -0200 Subject: [PATCH 2/9] Update .gitconfig --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 69a1826..ac9372c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ status = auto [core] - editor = mate -w + editor = vim -w [help] autocorrect = 1 From ad8c2d545db3834bc64c931d00fb137bf307ba5b Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Tue, 9 Jan 2018 17:44:40 -0200 Subject: [PATCH 3/9] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 508a971..c776dd5 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,15 @@ Personal git configuration used in day-to-day projects to make the developer's l grep = auto interactive = auto status = auto - status = auto [core] - editor = mate -w + editor = vim -w [help] autocorrect = 1 [user] - name = YOUR NAME - email = YOUR EMAIL + name = "PUT YOUR NAME HERE" + email = "PUT YOUR EMAIL HERE" ```` From 6acc3cf92f169959881ea06df70cda8d5503586e Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:01:46 -0200 Subject: [PATCH 4/9] Added see command! A simple command that will list every file touched on the specified commit, see README.md for more info --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index ac9372c..8fe8431 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,6 +20,7 @@ plm = pull origin master psm = push origin master rao = remote add origin + see = diff-tree --no-commit-id --name-only -r [color] branch = auto From 88ff1ab926fe04afaff4a99fa8e40a14c9d13a49 Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:02:23 -0200 Subject: [PATCH 5/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c776dd5..f90d9c0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Personal git configuration used in day-to-day projects to make the developer's l plm = pull origin master psm = push origin master rao = remote add origin + see = diff-tree --no-commit-id --name-only -r "" [color] branch = auto From 8d4ea35330d4662b953820e8aee7ba409cb3ea71 Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:25:53 -0200 Subject: [PATCH 6/9] Added the "rollback" command! A simple command that changes the head of the branch for specific commit --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 8fe8431..d2c4ed6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,6 +21,7 @@ psm = push origin master rao = remote add origin see = diff-tree --no-commit-id --name-only -r + rollback = revert [color] branch = auto From b119ac564b2b747f3e010fa6ac1ddede7ecb2fdb Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:26:21 -0200 Subject: [PATCH 7/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f90d9c0..0bf33a9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Personal git configuration used in day-to-day projects to make the developer's l psm = push origin master rao = remote add origin see = diff-tree --no-commit-id --name-only -r "" + rollback = revert "" [color] branch = auto From c6f1a73a0c4a93d9e005c92130076965a2fcce7b Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:36:05 -0200 Subject: [PATCH 8/9] Update .gitconfig --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index d2c4ed6..fe8af97 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,6 +22,7 @@ rao = remote add origin see = diff-tree --no-commit-id --name-only -r rollback = revert + ls = git config --get-regexp alias [color] branch = auto From 5b278586cc6e95501682d7e4cff285d1f59732a4 Mon Sep 17 00:00:00 2001 From: Igor Franca Date: Fri, 12 Jan 2018 16:36:36 -0200 Subject: [PATCH 9/9] Update .gitconfig --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index fe8af97..acb0f32 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,7 +22,7 @@ rao = remote add origin see = diff-tree --no-commit-id --name-only -r rollback = revert - ls = git config --get-regexp alias + ls = config --get-regexp alias [color] branch = auto