Last active
October 19, 2021 07:14
-
-
Save jzzdog/8a74689e9b945a333417 to your computer and use it in GitHub Desktop.
Revisions
-
jzzdog revised this gist
Aug 22, 2018 . 1 changed file with 4 additions 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 @@ -32,4 +32,7 @@ Use this commands to manage you project repository project dir$ git add . project dir$ git commint -m "my commit options" project dir$ git checkout . project dir$ git status refresh cached remote repositories list git remote update origin --prune -
jzzdog renamed this gist
Feb 20, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 3 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 @@ -15,14 +15,17 @@ Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </ or type <tt>git config http.sslVerify false</tt> == Global configuration use this commants to update global configuration $ git config --global --add user.name jzzdog $ git config --global --add user.email [email protected] check configuration $ git config --global --list == Project commands Use this commands to manage you project repository project dir$ git init $ git clone https://github.com/jzzdog/azcommunity.git project dir$ git pull origin bootstrap -
jzzdog revised this gist
Dec 4, 2014 . 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 @@ -3,7 +3,7 @@ ====Ubuntu $ sudo apt-get install git ====Windows install git from downloaded setup file. Add this block to config to ignore ssl verification erros or increase buffer -
jzzdog revised this gist
Dec 4, 2014 . 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,17 +1,16 @@ == Git installation ====Ubuntu $ sudo apt-get install git *Windows* install git from downloaded setup file. Add this block to config to ignore ssl verification erros or increase buffer [http] sslVerify = false postBuffer = 524288000 Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </tt> or type <tt>git config http.sslVerify false</tt> @@ -22,6 +21,7 @@ or type check configuration $ git config --global --list == Project commands project dir$ git init $ git clone https://github.com/jzzdog/azcommunity.git -
jzzdog revised this gist
Dec 4, 2014 . 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 @@ -16,13 +16,13 @@ Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </ or type <tt>git config http.sslVerify false</tt> == Global configuration $ git config --global --add user.name jzzdog $ git config --global --add user.email [email protected] check configuration $ git config --global --list == Project commands project dir$ git init $ git clone https://github.com/jzzdog/azcommunity.git project dir$ git pull origin bootstrap -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 12 additions and 12 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 @@ -16,17 +16,17 @@ Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </ or type <tt>git config http.sslVerify false</tt> == global configuration $ git config --global --add user.name jzzdog $ git config --global --add user.email [email protected] check configuration $ git config --global --list == project commands project dir$ git init $ git clone https://github.com/jzzdog/azcommunity.git project dir$ git pull origin bootstrap project dir$ git add . project dir$ git commint -m "my commit options" project dir$ git checkout . project dir$ git status -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 3 additions and 6 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 @@ -16,20 +16,17 @@ Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </ or type <tt>git config http.sslVerify false</tt> === global configuration $ git config --global --add user.name jzzdog $ git config --global --add user.email [email protected] #check configuration $ git config --global --list == project commands project dir$ git init $ git clone https://github.com/jzzdog/azcommunity.git project dir$ git pull origin bootstrap project dir$ git add . project dir$ git commint -m "my commit options" project dir$ git checkout . project dir$ git status -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 2 additions 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 @@ -3,7 +3,8 @@ *Ubuntu* $ sudo apt-get install git *Windows* Add this block to config to ignore ssl verification erros or increase buffer [http] -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 3 additions and 4 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,10 +1,9 @@ == Git installation *Ubuntu* $ sudo apt-get install git ((*Windows*)) Add this block to config to ignore ssl verification erros or increase buffer [http] -
jzzdog revised this gist
Dec 4, 2014 . 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,7 +1,7 @@ == Git installation йцук *Ubuntu* $ sudo apt-get install git йцук [Windows] -
jzzdog revised this gist
Dec 4, 2014 . 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,6 +1,6 @@ == Git installation йцук йцук $ sudo apt-get install git йцук -
jzzdog revised this gist
Dec 4, 2014 . 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,9 +1,9 @@ == Git installation йцук [Ubuntu] йцук $ sudo apt-get install git йцук [Windows] Add this block to config to ignore ssl verification erros or increase buffer -
jzzdog revised this gist
Dec 4, 2014 . 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,9 +1,9 @@ == Git installation [Ubuntu] $ sudo apt-get install git [Windows] Add this block to config to ignore ssl verification erros or increase buffer -
jzzdog revised this gist
Dec 4, 2014 . 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,9 +1,9 @@ == Git installation [Ubuntu] ыва <tt>$ sudo apt-get install git</tt> ыва [Windows] Add this block to config to ignore ssl verification erros or increase buffer -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 0 additions and 8 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,13 +1,5 @@ == Git installation [Ubuntu] <tt>$ sudo apt-get install git</tt> -
jzzdog revised this gist
Dec 4, 2014 . 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 @@ -16,8 +16,8 @@ any text Add this block to config to ignore ssl verification erros or increase buffer [http] sslVerify = false postBuffer = 524288000 Path to config in windows 7 you can find at <tt> C:\Users\username\.GITCONFIG </tt> -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 1 addition 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,5 @@ any text @@ -17,7 +15,7 @@ any text [Windows] Add this block to config to ignore ssl verification erros or increase buffer [http] sslVerify = false postBuffer = 524288000 -
jzzdog revised this gist
Dec 4, 2014 . 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 @@ -8,7 +8,7 @@ == Git installation any text [Ubuntu] -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 2 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 @@ -8,6 +8,8 @@ == Git installation any text [Ubuntu] <tt>$ sudo apt-get install git</tt> -
jzzdog revised this gist
Dec 4, 2014 . 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,7 +2,7 @@ any text -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 2 additions and 5 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,10 +1,7 @@ END -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 6 additions 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,6 +1,11 @@ = SYNOPSIS here.is_a?(Piece::Of::Code) print <<"END" This indented block will not be scanned for formatting codes or directives, and spacing will be preserved. END -
jzzdog revised this gist
Dec 4, 2014 . 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,6 +1,6 @@ print <<"END" -
jzzdog revised this gist
Dec 4, 2014 . 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,6 +1,6 @@ any text -
jzzdog revised this gist
Dec 4, 2014 . 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,5 +1,5 @@ print <<"END" -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 1 addition 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,8 +1,7 @@ here.is_a?(Piece::Of::Code) print <<"END" == Git installation -
jzzdog revised this gist
Dec 4, 2014 . 1 changed file with 0 additions 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,5 +1,4 @@ here.is_a?(Piece::Of::Code) print <<"END" This indented block will not be scanned for formatting -
jzzdog revised this gist
Dec 4, 2014 . 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,5 +1,5 @@ SYNOPSIS here.is_a?(Piece::Of::Code) print <<"END" This indented block will not be scanned for formatting -
jzzdog revised this gist
Dec 4, 2014 . 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 @@ -4,7 +4,7 @@ print <<"END" This indented block will not be scanned for formatting codes or directives, and spacing will be preserved. == Git installation
NewerOlder