Questions tagged [git]

Git is a distributed source control system.

Git is a source control system that allows for many people to work on the same project simultaneously. It is distributed, makes it possible for many different branches of the same project to co-exist at the same time, and offers many other advanced features.

Git was originally authored by Linus Torvalds, the creator of the Linux kernel, and the official Git homepage is at git-scm.com

For git quick guide, see gitready.com. More information, see wikipedia

1127 questions
-6
votes
1 answer

Making Git repository

I have installed git version 2.2, but I cannot do "git stash" and 'git pull" on my directory. I am getting following error message when running the git stash and git pull fatal: Not a git repository (or any of the parent directories): Can anybody…
Tom
  • 141
  • 10
-9
votes
1 answer

Push code from GitHub to (suppose) GoDaddy automatically

Not sure if this is the correct StackExchange site to post this question. Please guide me accordingly if otherwise. Assume that I got the code from my programmers and I reviewed it and pushed it to GitHub. Now, is there a way to have it…
rad
  • 101
  • 5
1 2 3
75
76