Sample Git Workflow
December 22, 2012
We’ve been using the following Git workflow in a small app development team I’m working on. It works pretty good so far. I’m still new to Git and it’s helped me.
December 22, 2012
We’ve been using the following Git workflow in a small app development team I’m working on. It works pretty good so far. I’m still new to Git and it’s helped me.
November 23, 2012
Problem: Git returns, ! [rejected] master -> master on a brand new repo.
I’ve been using Git since May of this year. At first I didn’t have any problems performing the basic functions. A friend and I were developing a mobile app with a Rails backend and we had a decent workflow going. Even as a total newbie I was able to add changes to the staging area, commit, push and pull to get the latest revisions. Everything was great, until I got busy with other projects and stopped working on our app for about two months.