All Questions
Tagged with git-extensions git-bash
9 questions
0
votes
3
answers
825
views
In Git for Windows 2.42 / Git Extensions for Windows 4.2.0, how can we disable the Git CLI stdin wrapper?
I am using Git and Git Extensions for Windows for version control. A part of my workflow is that I open the Git bash from within Git Extensions to work on the command line. One of the commands I often ...
1
vote
1
answer
99
views
Push, pull, fetch code was denied in git extension app
If I use git bash I can do that with command line but when I do on Git Extension application it encounter problem same picutre
with git remote -v it show format
origin [email protected]:username/...
2
votes
1
answer
105
views
GitBash / GitExtensions issue committing local changes
I am a get newbie.
I have completed development and ready to check in my files. I thought I checked everything in, but when I look at my repo, I see a sub-directory was not checked in. So I tried ...
1
vote
1
answer
168
views
Unable to authenticate when creating upstream branch using git-svn
I am unable to use git-svn to create a branch on an svn server, using the git svn branch <branchname> command on windows using either git-bash, cygwin or git extensions.
I would like some ...
4
votes
3
answers
13k
views
Git extensions with personal access token from visual studio online
Visual Studio Online has something called "personal access token". http://roadtoalm.com/2015/07/22/using-personal-access-tokens-to-access-visual-studio-online/
I have been using git extension but the ...
0
votes
1
answer
100
views
fast-import invalid argument
I am trying to migrate a Mercurial/Hg repository to git using fast-import.
I get a ways into the process when I run into this error:
fatal: Unable to create
'c:/Users/micah_000/Desktop/git-gideon/...
4
votes
3
answers
10k
views
Change Credentials for Push in Git
Just getting started with Git.
I have an existing personal account on Bitbucket, and I have created a team account as well using my work email address.
I created a repository, got it working, cloned ...
0
votes
1
answer
4k
views
GitExtensions show only master branch in "branches" drop down
I am using GitExtensions as a UI sidekick of Git command line and I am facing a problem with it. Everything is fine with it except one thing: the drop down where it is supposed to show all the ...
5
votes
4
answers
3k
views
Let git bash launch at current repositories
Is there a way to let Git Extension open Git Bash at the current repositories ?
I always need to cd from the home directory. I run Git Extension under Win7.