A Tcl/Tk based graphical user interface to Git.
Questions tagged [git-gui]
219 questions
-1
votes
1 answer
Sourcetree commit description
How can I write a description to my commit message through the client? I’ve been searching around for this but not find anything.
My goal is to have something like:
This I my commit message.
And this is the description that explains the message a…

0rwar
- 23
- 5
-1
votes
1 answer
Windows git bash: git clone https://github.com/... results with fatal: working tree ... already exists
So I'm trying to clone a repo from here
https://github.com/nglglhtr/getter-setter
I created a new folder FirstDapp and opened git gui here then opened git bash from there
then I entered:
git clone https://github.com/nglglhtr/getter-setter
then the…

Kauriah Buckley
- 23
- 4
-1
votes
1 answer
git- GUI for Windows and Linux that enables checkout for specific files and all files in a commit
I have recently started using git for my workflow, but I am stuck with something.
Let me give you an overview of what I use git for. I work as a filmmaker; therefore, the files I use are mostly large files such as Premiere Pro and After Effects…

Abdelrahman Said
- 11
- 7
-1
votes
1 answer
Git GUI - How to remove folder when pushing
I would like to push a project but one folder in my Git repository with Git GUI. How to automatically remove the folder each time I commit and push my project without remove it manually?

user3473325
- 103
- 1
- 8
-1
votes
1 answer
Error during merging
Can anyone help me with this git merge error...i am kinda a bit lost here. I have been trying to fix this merging issue for two days now and reading a lot of merging but still I can't seem to figure it out. I just jump into this git last week so i…

noobes
- 161
- 2
- 18
-1
votes
1 answer
Config Git to not require comment every checkin
Possible Duplicate:
Git commit with no commit message
I am looking for a way to configure Git to not require a comment upon checkins. I hope it can be done on the repository side but if it is a client setting, that's OK. I will mostly be using…

amphibient
- 29,770
- 54
- 146
- 240
-2
votes
1 answer
.gitignore is being ignored by git gui
I'm using git gui. Trying to exclude some files (*.dll, *.pdb - for example from my Unstaged Changes list).
I have a .gitignore file (UTF-8), located at the same folder as the .git folder.
For the test case, I'm trying to remove *.dll files(I have…

Guy E
- 1,775
- 2
- 27
- 55
-2
votes
2 answers
How to Merge Working Branch A into New Branch B Locally..?
I have Branch A(Where I am coding),I have Identified the branch that I created(branch A)from GitBash was not appearing on GitHub Repo.
Steps Done:
git clone url@git.com
git checkout -b branchA
Now Want to take master piece into another branch from…

jagadesh battula
- 1
- 2
-2
votes
2 answers
Using Git To Push To Github An Error Occurs
So my files are uploaded onto the git-GUI. Pressing commit works fine. The push button is clicked and it ask for my destination repository, so I put https://github.com/myusername/reposistoryname and then press enter, afterwards it asks for my…

worker
- 33
- 3
- 13