added function to generate readme.md file and edit with nano
This commit is contained in:
		@@ -9,7 +9,7 @@ function gn{git init}
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# @args is optional to add argument
 | 
					# @args is optional to add argument
 | 
				
			||||||
function add{git add @args}
 | 
					function add{git add @args}
 | 
				
			||||||
function commit { git commit -m @args }
 | 
					function commit {git commit -m @args }
 | 
				
			||||||
function gac{git add .;git commit -m @args}
 | 
					function gac{git add .;git commit -m @args}
 | 
				
			||||||
function gacc{git add .;git commit -m @args ; git push}
 | 
					function gacc{git add .;git commit -m @args ; git push}
 | 
				
			||||||
function gpm{git push origin master}
 | 
					function gpm{git push origin master}
 | 
				
			||||||
@@ -24,6 +24,7 @@ function gdd{git diff}
 | 
				
			|||||||
function gdf{git diff}
 | 
					function gdf{git diff}
 | 
				
			||||||
function gsi{git submodule init}
 | 
					function gsi{git submodule init}
 | 
				
			||||||
function gsu{git submodule update --recursive --remote}
 | 
					function gsu{git submodule update --recursive --remote}
 | 
				
			||||||
 | 
					function gr{ni README.md;nano README.md} # choco install nano -y
 | 
				
			||||||
# function gsu{git submodule update --recursive --remote}
 | 
					# function gsu{git submodule update --recursive --remote}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Open up files with specific program
 | 
					# Open up files with specific program
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user