git-workflow Questions
4
Solved
In my current project I'm using an open source forum ( https://github.com/vanillaforums/Garden ). I was planning on doing something like this :
git remote add vanilla_remote https://github.com/van...
Burley asked 25/6, 2011 at 0:43
1
At my workplace, we are attempting to design a workflow based around Git to handle our deployments and changes to the code.
We have a Java EE web application and 3 deployment environments (Test, Q...
Beleaguer asked 30/11, 2012 at 19:10
2
After struggling with and sorting out a workflow for web development with git, I've been tasked with adding in a staging server at the last second. We develop/test locally and push out to a repo, a...
Zymogenic asked 30/11, 2011 at 14:26
1
Solved
My client currently requires us to use StarTeam for checking in our code changes. I would like to pull all the code down from StarTeam and setup a local Git repository so that I might take advantag...
Jelle asked 6/7, 2011 at 4:59
1
Solved
I'm right on the cusp of selling git to my higher-ups. They're listening to us talk about it, anyway. There's one thing I'm unsure of, and I'd like to see how people deal with this. Basically my qu...
Higginbotham asked 10/5, 2011 at 19:44
3
Solved
How can I setup a git repository on a local system ? (I am on a windoze box)
This is the setup I am trying to achieve: (everything is on my local machine)
host folder (which acts like central re...
Justinajustine asked 23/3, 2011 at 22:40
© 2022 - 2024 — McMap. All rights reserved.