-
-
Save undefinedzain/6c7dad87ca10a3a8032f802e15663a4f to your computer and use it in GitHub Desktop.
Revisions
-
undefinedzain revised this gist
May 17, 2017 . 1 changed file with 3 additions and 3 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,7 +1,7 @@ git config --global user.name "Undefined Zain" git config --global user.email "masterzera111@gmail.com" ls -al ~/.ssh ssh-keygen -t rsa -b 4096 -C "masterzera111@gmail.com" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa sudo apt-get install xclip -
SunDi3yansyah created this gist
Mar 3, 2016 .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,8 @@ git config --global user.name "SunDi3yansyah" git config --global user.email "[email protected]" ls -al ~/.ssh ssh-keygen -t rsa -b 4096 -C "[email protected]" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa sudo apt-get install xclip xclip -sel clip < ~/.ssh/id_rsa.pub