Skip to content

ayanNullPointerEx/git-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Commonly used Git Commands

Adding an existing project to GitHub using the command line

git init -b master
git add .
git commit -m "First commit"
git remote add origin  <REMOTE_URL>
# Sets the new remote
git remote -v
# Verifies the new remote URL
git push -f origin master
# Pushes the changes in your local repository up to the remote repository you specified as the origin

About

bla bla ..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages