Skip to content

ShanMorton/ShanMorton.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.gitignore file

Can add the files that you want git to ignore and NOT upload or make available to others from your github repo.

Origin is the remote side of the repo.

git add <filename, filenames....> To add files to git && git commit -m "CommitMESG"

git rm -f To remove a file from git th -f is for "force" && git commit -m "CommitMESG"

Need to have a commit mesg after each (adding or removing). && To remove a file from git the -f is for "force"

Now try "git fetch"

About

AWS Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages