Skip to content

sml156/git

Repository files navigation

git

https://stackoverflow.com/questions/8775850/how-do-i-add-files-and-folders-into-github-repos

You can add files using git add, example git add README git add /* or even git add *

Then use git commit -m ""

to commit files

Finally git push -u

origin master to push files.

When you make modifications run git status

which gives you the list of files modified, add them using git add *

for everything or you can specify each file individually, then git commit -m

and finally, git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published