Last active
December 18, 2024 11:08
-
-
Save vraravam/e9676759db46950e1fd817e49e513394 to your computer and use it in GitHub Desktop.
Revisions
-
vraravam revised this gist
Dec 18, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # file location: ${HOME}/.gitconfig-template.inc [user] name = <your-name> -
vraravam revised this gist
Nov 22, 2024 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,11 @@ [user] name = <your-name> email = <your-email> # For more advanced usage using seamless url-rewriting (which mandates configuring ~/.ssh/config correctly), please see https://medium.com/@biradarav.100/manage-multiple-git-github-gitlab-accounts-efficiently-on-a-single-machine-2ecde70f522f # [url "git@github-personal:"] # insteadOf = [email protected]: # insteadOf = https://github.com/ # [url "git@gitlab-personal:"] # insteadOf = [email protected]: # insteadOf = https://gitlab.com/ -
vraravam renamed this gist
Jul 29, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # file location: ~/.gitconfig-template.inc [user] name = <your-name> -
vraravam revised this gist
Jun 27, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # file location: ~/.gitconfig-oss.inc [user] name = <your-name> email = <your-email> -
vraravam revised this gist
Sep 30, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ [user] name = Vijay A email = vraravam@users.noreply.github.com -
vraravam revised this gist
Sep 11, 2021 . No changes.There are no files selected for viewing
-
vraravam created this gist
Jun 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # file location: ~/.gitconfig-oss.inc [user] name = Vijay A email = avijayr@protonmail.com