magit Questions

2

Solved

I'm specifically interested in pull requests, editing issues and tying them to commits, and other things I generally have to use hub on the command line for. However, I've started using magit and r...
Bibcock asked 2/6, 2014 at 19:16

4

Solved

If I want to see how foo.bar looked like in some certain commit <COMMIT_ID> then I can invoke: git show <COMMIT_ID>:foo.bar Nice... How can I do it in emacs? Using magit? Using vc? S...
Joanniejoao asked 21/8, 2014 at 7:10

5

Solved

I'm just getting started with magit. I really like it, except that the diff viewer is really annoying to me. The chunk highlighting makes no sense because as I scroll around the cursor moves with ...
Mitsukomitt asked 11/5, 2011 at 14:32

2

Solved

I am attempting to push to a GitHub repository using Magit on Emacs 24.3.1. Note, I'm on a Windows box. I have staged and committed changes to a file and M-x magit-status reflects only untracked f...
Ignazio asked 22/8, 2014 at 15:27

1

Solved

Magit is really nice, but I have yet to figure out how to create a remote branch from it, or how to refresh the remote branches it knows without deleting the remote and adding it back in. Currently...
Footed asked 14/6, 2014 at 3:36

1

Solved

I'm looking for some assistance, please, using Emacs / Magit to push the local repository changes to the remote website and to Github in one fell-swoop. I found a non-Emacs / non-Magit related thr...
Septivalent asked 19/4, 2014 at 23:59

1

Solved

I am having trouble in Magit with step number 5 and step number 7 to create a new repository. If they exist, what are the interactive function equivalents (please) for steps 5 and 7? If there are ...
Spellman asked 13/4, 2014 at 5:43

2

I'd like to give some options to magit-grep running it with option foo results in git --no-pager grep -n foo I'd like to give options to it git --no-pager grep -n foo (options to include *....
Bonedry asked 18/7, 2013 at 23:41

2

Solved

I know how to get to a diff from an older commit: get to *magit-log*, and "click" on the commit. How to get a particular change in the diff applied in reverse? I want it to just modify the file (an...
Mattins asked 5/11, 2013 at 21:39

2

Solved

I've been using Magit for awhile, and when committing, it used to simply split the window and allow me to commit from within the same emacs session, but I seem to have changed this behavior to the ...
Norling asked 17/9, 2013 at 17:20

2

Solved

From emacs, how can I see the details (e.g. commit message) of the commit that last changed the line at point? I have magit installed.
Valenevalenka asked 17/3, 2013 at 12:8

1

Solved

I created a Git repository for the folder with my Emacs text files, then installed git.el and Magit. Emacs seems to have slowed down a lot, and I keep seeing the message loading vc-git...done in ...
Idiopathy asked 15/2, 2013 at 22:0

1

i am using magit in emacs , when i try to commit a change by type C-c C-c the output console shows' Git is already running', as i checked thru Git bash , it did not generete any commit .
Sabec asked 9/12, 2012 at 4:27

3

After several hours of using git in the shell, I switched to magit. It's pretty neat and efficient: I don't need to type "git" to invoke a git command anymore! But I still found one drawb...
Kwang asked 15/4, 2011 at 12:49

© 2022 - 2024 — McMap. All rights reserved.