Egit Questions
Ad
How to open TortoiseGit "Working Tree" window from the command line?
Context the picture below shows the manual process i use to show a git working tree changes with tortoisegit gui on windows. the
Console.log not showing in second layer of node promise
I'm creating a custom changelog generator based on git commits using nodegit (i
Make TortoiseGit not work on specific folders
I have installed tortoisegit on my windows pc. there is a directory on my pc (c:\somerepos), that has several git repositories underneath
Select an earlier commit message when commiting in EGit in Eclipse IDE?
In egit inside eclipse ide, i am missing the feature of a "commit message history", ie. being able to select one of the most recent commit
How to read all the commits of a public git repository using EGIT?
I am using egit apis to read remote repositories. my use case is to read all the commits of any public git repository. is it possible with
git for windows setup post-receive hook
I am desperately trying to set up a post-receive hook on a git bare repo on a windows share. tortoisegit offers many kinds of hooks but the
Merge from remote
When doing a merge from remote tortoisegit doesn't check if version is up-to-date, so, every time i try to merge i have to fetch first and only
How to do pull request in TortoiseGit on already pushed changes?
The standard approach is described here
Tortoise Git not fetching latest commit
I am having some trouble with tortoise git and github not fetching the latest commit whenever i click "fetch." whatever it does fetch
Undo a git pull to be in sync with recovered remote master
I pushed something from my local branch to remote master. this was a mistake and the admin will remove that push in the remote repo. in the mean
Ad
Nodegit How can I get new branch list?
Open(o.localpath).then(function (repo) { repository = repo; return repo.fetchall(credentials); }).then(function () {
Github checkins overrides changes when latest is not taken
My team has the repository stored in github. if a file (file1) has been modified by developer1 (in local repo) and committed to remote repository.
git.exe pull error: cannot spawn git: Invalid argument
I have an error exactly as it's on the picture.
How can you peg a git submodule to a specific hash?
I have a project that has a submodule inside. i want to be able to clone the parent project with --recursive and get the submodule at
Unable to check diffs with TortoiseGit: "fatal: empty string is not a valid pathspec"
Currently, i did a re-installation of my windows 10. i also installed git and tortoisegit. right now when i try to check diffs i have
TortoiseGit revert failed - unable to revert local changes
When i do some modifications on my local environment like removing files or modifying them and in tortoisegit i click commit and try to revert the
Easiest way to add multiple Git submodules at once?
I have a set of git submodules to be included in multiple projects. i use tortoisegit and adding them one by one to each new project is not
Egit equivalent of "git push -f origin master:staging"
What would i have to do in eclipse egit in order to perform the equivalent of the console command: git push -f origin
fatal: ssh variant 'simple' does not support setting port
When i clone a remote gitlab project, i get the following error: error fatal: ssh variant 'simple' does not support setting port
How do pull no fast-forward in TortoiseGit
Since some people recommend no fast-fordward (--no-ff) on merges in git, i wanted to do that. but i can't see where to check to enable that in the
Get diff between two tags with nodegit
How do i get the diff between two tags using nodegit? on the command line,
Ad
eGit Fetch from upstream - compare with local repository
I am working with git for the first time and i have cloned a repository and a colleague has made some local changes to it. reading an
eclipse git lost fetch and commit
After doing some changes on my workspace i did a commit an then a fetch from my remote. but i realize there would be a conflict if i do the merge,
.gitignore into the project root directory is not overriden by .gitignores into children directories
In project root directory i have .gitignore file that ignores everything except gitignore files. here is the content of the file:
How to reset staged and unstaged changes with nodegit
I'm trying to execute git reset --hard via nodegit after setting the head to a detached state by doing the following:
EGit: Issuing a fast-forward pull ~ How to configure fetch for a remote repository in EGit
So let me set up my scenario. i am using egit 4.1.1 in spring tool suite (eclipse 4.5.1). my tech-savvy coworker and i have cloned the same git
unable to install egit on eclipse indigo
I have eclipse indigo ( i know its an old version, but for some of the reasons, i need to use it for my job, since other plugins and projects are
Git issue with Visual Studio 2015
I have a visual studio solution inside a git repository created with tortoisegit version 1.8.16.0 (git version 2.6.2.windows.1) i just
Ad
Blog Categories
Ad