[git-users] A few GIT questions.

2013-10-31 Thread Huu Da Tran
Git is a tool to keep track of evolution of a file. What you need is more of a content management. Git can be used to track versions of all the files, but you probably want to have a website or other to actually tag (git tags goes on a specific state of all files in the repo, not to confuse wit

[git-users] A few GIT questions.

2013-10-28 Thread daveyjay1
Hi I wonder if anyone can help. I am looking into using GIT in my team. Currently we are using an access database to store and search for script files. I just need a little advice on the best way to implement GIT. Most scripts that I want to version with GIT are SQL, PLSQL and Shell Scripts f