Skip to content

What, How and Whys of GIT. Basic information on commands and their generic usage

Notifications You must be signed in to change notification settings

Namanm1994/GIT-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

create GIT Repository commands

echo "# GIT-repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/<username>/<git-repo>.git
git push -u origin master

About

What, How and Whys of GIT. Basic information on commands and their generic usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published