Skip to content

mkamayd/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Workflow

  1. Pull
  2. Make changes
  3. Commit Locally (multiple times)
  1. Pull (resolve conflicts)
  2. Test all is ok as you are about to share with the team.
  3. Push

##Commands you need

git pull
git add *.*
git commit -m "some work"
git push

##Want to learn more?

About

some notes about git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published