Git is an open-source DVCS (Distributed Version Control System).
learn more… | top users | synonyms | git jobs
0
votes
1answer
9 views
The REPL of sublime text 2 can't using the command of git?
I installed REPL in sublime text 2, and I want to use git on REPL, but it didn't work, and note that 'git' is not an command, but git work in cmd well. Thanks.
1
vote
0answers
7 views
cvs2git: Possibility to keep mapping from CVS revision numbers to Git revision Hash
We migrate large CVS repositories to GIT with cvs2git. For an in-house tool we need a mapping from CVS revision numbers to GIT revision hash for some files.
cvs2svn has an parameter --cvs-revnums, ...
-1
votes
0answers
15 views
Problems with heroku and the “git push heroku master” command
I'm sorry, these are my first intents with ruby.
I cloned the directory with the following command:
git clone [email protected]:afternoon-savannah-6422.git -o heroku
then I deleted everything and ...
0
votes
1answer
13 views
Git client integrated with Finder
Is there a git client for Mac OS that integrates with Finder to put badges like ticks and crosses on files representing their version status, like tortoiseSVN and Dropbox do?
1
vote
1answer
21 views
git rebase with branches (whole tree)
I am trying to connect two independent commit trees into one repository.
Initially I have:
A--B--C--D (master1)
E--F--G--H (master2)
\
I--J (somebranch)
These tree have no common ancestor ...
0
votes
1answer
10 views
How to get the last commit from HEAD in a git repository using libGit2Sharp?
I need to get the last Commit from the current Head. How can I do that?
I guess I need to get the current Branch (repo.Head), then the SHA1 (how?) and then lookup the commit using the SHA1 (how?).
...
0
votes
1answer
9 views
Automatically include newly added files when pulling from GIT
User 1: creates a new class and commit and push that to git.
User 2: does a git pull. newly created class file gets downloaded but not included in project. Has to right click and do "Include in ...
1
vote
2answers
30 views
How to properly organize repository with big files which are rarely or never changed?
I just started to use git and github. I have a big json-file (~45Mb). It is used in the project as a read-only dictionary and is placed in the root project directory. It will not be changed. It is not ...
0
votes
0answers
8 views
SSL certificate issue during checkout with TortoiseGit
I want to checkout the code with the help of TortoiseGit, but I am getting error :
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL ...
0
votes
0answers
7 views
Can't commit Xcode project with åäö in filename
I can't commit when having a filename containing the letter 'Ö'. In this example my filename is 'Övning'. I get the following error when entering a commit message and pressing commit:
error: ...
0
votes
2answers
36 views
GIT : List of people cloned a repo [duplicate]
Is it possible to get List of users / people who cloned project from a particular repository?
0
votes
2answers
9 views
how to get the latest changes from others and do not use my changes in my local branch?
I have some updates in my local branch, which is called topic branch, on this branch, I updated a file a.txt, but I did not stage and commit it, then I did git fetch, there are some new commits made ...
0
votes
1answer
9 views
Local Git branch not pushing successfully to remote
I am facing a problem with git push. I had created a new branch, created a new file and committed it with a comment. Then I did a git push origin master. I see the changes on github.
But when I do a ...
1
vote
0answers
30 views
Dependencies in git
I'm managing my own personal small site via git, more as a learning experience than for any real advantages in doing so. My workflow is generally:
Make changes on my desktop
Test ...
-1
votes
0answers
15 views
Git Mac Tick on files and folders [closed]
Is there a git client for Mac OS that integrates with Finder to put badges like ticks and crosses on files representing their version status, like tortoiseSVN and Dropbox do?