DEV Community

Discussion on: 10 chapters in the story of git and a feature implementation

Collapse
 
tardisgallifrey profile image
Dave

Honestly, I use git and github.com as just a place to keep my personal code. I tend to swap laptops at unappointed times and I don't like losing my work. So, I've finally figured out the relationship between the two and my commands have been reduced to:
git status
git add
git commit
git push remote
git pull remote

These are all I need for now, but they are handy.