Quantcast
Channel: Edmonds Commerce » git
Browsing all 10 articles
Browse latest View live

Git Ignore All Files Except PHP etc + Solution

Using Git for version control is great, but if like my you work on a lot of different projects then everything you can do to save time setting Git up is well worth it. One of the features of Git is the...

View Article



Using Git to Track DB Schema Changes with Git Hook

If you use Git for version control and you would like to also keep a track of your database schema (and possibly content though I’m not doing that due to potential file sizes / speed issues) then all...

View Article

Install Git on Centos 5 – Install EPEL on Centos

To install Git on a Centos server you need to install something called EPEL first. This is an extra repository of apps which you need to have accessible in order to install Git. I tried other tutorials...

View Article

Ubuntu Git Install 1.7.5 and Why

If you use Git a lot, you probably want to run the latest version. Scroll down for some reasons why. The standard repository version for Ubuntu is 1.7.1, the current latest is 1.7.5 and there are some...

View Article

Quickly make a deploy folder from git

I needed to quickly generate a deploy folder that included all changes in the last two weeks. Using git and a little bit of bash magic I was able to put together a one liner to do this. This works we...

View Article


Git Search History for Specific Line of Code or String

If you need to track down exactly how and when a particular change happened and you are not even sure exactly where it is (perhaps because its no longer present but you are not totally sure where it...

View Article

Git Diff Colours By Default

If you want to make git-diff use colours by default, try running this little command: Simply copy and paste the above to your command line and hit return. Then if you run: You will get a nice coloured...

View Article

Git and Sub Module Tips

Using sub modules in git is incredibly useful and allows for easier and more flexible working when working on component based large projects. In a nut shell the use of sub modules (as the name...

View Article


Managing Your Web Site and Code Version Control

Managing a web site posses many difficulties. On the technical side of things there are really two big problems which are the database and the code for the site. Managing the database is currently the...

View Article


Using Bitbucket on Windows using TortoiseGit

Install TortoiseGit TortoiseGit is a Windows GIU for using Git on Windows, integrating nicely with Windows Explorer. Download TortoiseGit and install it. Install and set up PuTTYgen PuTTYgen is a...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images