I have a Django application in a git repository, and the whole thing needs to be moved to a server. I want to copy the application, but I don't want to drag the git repository info along with it.
This blog was created as a storehouse for the random bits of information that I am always trying to pack away and recover later. Mostly it is intended to hold the simple recipes and instructions for doing basic tasks that I can never remember, don't want to look up again, and would like to have available. If you find the information useful, that's great. If you feel the need to comment, correct, or augment the info--even better!
Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts
Saturday, February 22, 2014
Wednesday, December 16, 2009
Using Git locally for revisions and backups
Git is great. You will probably see me mention it alot here. Or you might not, since it is one of those tools that should just become invisible in the background. If you are used to working on a centralized version control system (like Subversion) you probably have a scenario like this:
- Create a branch on the server for your changes and copy from the trunk.
- Work locally, and periodically commit changes back to the branch as a backup.
- Merge the changes back to the trunk when they are ready.
Subscribe to:
Posts (Atom)