Skip to content

Zebediah79/git-demo-2508

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

git-demo-2508

This is my demo repo.

Overview steps for git.

  • create branch
  • make changes; work on project
  • save locally
  • git add .
  • git commit -m "messsage"
  • git push -u origin your_branch_name
  • Repeat add commit push(without the -u your_branch_name)
  • merge on Github
  • delete branch on Github
  • git pull origin main
  • git branch -D "your_branch_name"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages