Skip to content

yuckYew/GitCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Git Commands

Creating a repository online for the 1st time !

$ touch README.md
$ git init
$ git add README.md
$ git commit -m "first comment" //Comment
$ git remote add origin https://github.com/yuckYew/GitCommands.git
$ git push -u origin master

When adding on to your repository online with changes

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published