Today I have been working on a project, to migrate subversion (often abbreviated svn) to git. git and svn are open-source distributed software versioning and revision control system. …
Tag: Git
It seems the people that I work has different views on how to use git, so I decide to put together a git starter git that hopefully can help others to get started to grow the …
I have been using git for a while and I messed up a few times, especially on what branch I’m on and merging branches. The other day, I had checked out a branch and did some …
I have put this information about git tags together, mostly so I do the right thing when I work with Git Repositories. It might be helpful information for anyone working with git. …
Working with WordPress we do all the upgrades on our development environment and push the changes to the repro. From the repro when then do a pull to update the clients staging host, we did a …
Depending on who I work with, I get request some time to push code not only to my working GitHub account also to the client’s account. I’m using the Github client to update from my local …