Skip to content

levdavid/GitCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

#Basic Git Commands

Creating a repo

touch README.md
$git add README.md
$git commit -m "First commit"
$git remote add origin https://github.com/levdavid/GitCommands
$git push -u origin master

###to reupload

$git add .
$git commit -m 'what has changed'
$git push

About

Look at that. Still learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published