Skip to main content

Questions tagged [github]

Filter by
Sorted by
Tagged with
0 votes
1 answer
360 views

How to force "copilot-chat" to login to my github account? I am trying to use "copilot-chat" in emacs, instead of having a separate browser window open where I ask it to find me ...
intel_chris's user avatar
1 vote
1 answer
553 views

I am still pretty new to using Magit and Forge in emacs, but I have not found an answer to this question in the docs or videos. Here is the situation. So I have a draft pull request submitted on ...
krishnab's user avatar
  • 559
0 votes
0 answers
57 views

I'd like to build README.org files with graphics that properly render on GitHub. Currently I find that, for example, emacs-jupyter babel blocks render images locally via file:./path/to/file.png. ...
mankoff's user avatar
  • 4,386
1 vote
1 answer
783 views

Suppose someone (not me) submitted a Pull Request on GitHub. Locally, I would like to run that work. Hence, I need to have the code locally. Following this documentation, I can achieve that in the ...
Pedro Delfino's user avatar
0 votes
0 answers
182 views

When I create org documents I make sure that I have this setting in my init.el file: '(org-export-preserve-breaks t) One can also use #+OPTIONS: \n:t on a file-per-file basis to force org to ...
edman's user avatar
  • 1,281
0 votes
1 answer
278 views

In a local repo, I staged all my changes and added a commit message. Then, I pushed my commits using magit-push and pushed to my branch upstream origin/master. Right after I do that, the mini-buffer ...
mle0312's user avatar
  • 295
3 votes
1 answer
892 views

I'd like to configure magit so that it does not prompt me for my GitHub username when it needs to interact with GitHub in some way (like, say, when doing a push). My GitHub username is already in the ...
izkon's user avatar
  • 1,998
5 votes
2 answers
359 views

Github's org parser has a bug where they mistakenly show #+begin_src bsh.dash :results verbatim :exports both echo | time possiblycat 1000 #+end_src #+RESULTS: : : possiblycat 1000 0.00s user 0.00s ...
HappyFace's user avatar
  • 930
0 votes
2 answers
1k views

I am considering using straight.el, but reading the docs, I have difficulties to understand whether the particular use cases I am interested in are handled as I hope to. Here are the cases: I have ...
Public Image Ltd.'s user avatar
2 votes
1 answer
586 views

Is it possible to select a range of code and open it in GitHub using Magit? I use the browse-at-remote package for this, but I wonder if this could be done from Magit. I'd like to navigate both from ...
Juan Herrero Diaz's user avatar
0 votes
0 answers
154 views

Backstory Hi, I am developing a library that easily transforms JSON alists into EIEIO objects, jeison. It sounds pretty obvious and a duplicate of json.el functionality, but it is a bit trickier than ...
Valeriy Savchenko's user avatar
0 votes
0 answers
185 views

When I try to evaluate a Quelpa expression that fetches a package from Github, it throws the following error Debugger entered--Lisp error: (error "Command ’(env LC_ALL=C git clone https://github.com/...
skyork's user avatar
  • 231
2 votes
2 answers
3k views

I am unable to add a remote repo to github if it does not already exist on github. E.g. magit-init Add some files, stage and commit. Then magit-remote-add --> Remote name:github --> Remote url: ...
joelnNC's user avatar
  • 123
3 votes
2 answers
1k views

From the main repository on github, I created a fork on github and I keep the master branch of my fork up to date with the main repository by doing: git checkout master git pull upstream master git ...
pedz's user avatar
  • 375
2 votes
0 answers
207 views

I have a org-mode document, with some inline images: [[path/to/image.png]] These render properly on GitHub wikis, but fail when I use org-latex-export-to-pdf. However, I can get the pdf export to ...
Alex Shroyer's user avatar
0 votes
0 answers
33 views

I am pretty sure I have seen some service, with an emacs plugin, that does something like the following: whenever you're programming and type a function name it'll show example usages of the function ...
Paulo Matos's user avatar
1 vote
1 answer
464 views

Hi guys I'm on a osx machine and I want to push commits from a remote machine through tramp to github. I open the directory in dired on the remote machine which works fine and type M-x magit status ...
daeda's user avatar
  • 439
0 votes
1 answer
318 views

I have just installed Magit and so far all is going great! However, I have a lot of GitHub repos that I would like to fetch via Magit. Is there a way to fetch all repos from GitHub?
Us3rname's user avatar
3 votes
2 answers
4k views

How can I set up Magit to access a GitHub repository?
Evan Aad's user avatar
  • 1,581
7 votes
2 answers
7k views

I've seen the question here but I'm not sure if the same solution would apply to me Magit, how to use system's ssh agent and don't ask for password I'm on Emacs 25.1 / Ubuntu 16.04. I've just ...
irregular's user avatar
  • 1,062
8 votes
2 answers
4k views

What is the best way to use Magit with GitHub personal access tokens? Right now, pushing to GitHub causes Magit to prompt me for a username and password. I have to provide the access token instead of ...
Tianxiang Xiong's user avatar
0 votes
1 answer
959 views

I'm using spacemacs devel. I've added following private layer using M-x configuration-layer/create-layer (setq irony-packages '( company-irony company-irony-c-headers ...
vibrys's user avatar
  • 21
7 votes
2 answers
4k views

I want to center an image in my project's GitHub README.org file, but everything I've tried so far hasn't worked: #+ATTR_HTML style="center" [[/path/to/img.png]] #+ATTR_HTML align="center" [[/path/to/...
Alex Shroyer's user avatar
3 votes
1 answer
788 views

I'm testing out emacs today and I'm trying to sync config and packages to my dropbox. The solution I used with vim is what I'm planning for emacs Create a .emacs.d directory on dropbox Put an init.el ...
Simon's user avatar
  • 431
6 votes
3 answers
497 views

In the previous version of Magit, I learned from oremacs that you can view and checkout Github pull-requests in Magit by adding the following line to a remote's definition in .git/config. fetch = +...
Malabarba's user avatar
  • 23.5k
6 votes
1 answer
460 views

I'd like to be able to create GitHub issues from Emacs using a simple command, e.g. M-x create-github-issue RET <title> RET <comment> RET Ideally, the command would default to the ...
itsjeyd's user avatar
  • 15k
18 votes
2 answers
2k views

Is it possible to effectively use org-mode as a front end to github issues and milestones (with two way sync)?
David LeBauer's user avatar
9 votes
1 answer
401 views

I'm looking at emacs helm specifically, which has the following properties: it has thousands of commits it is largely maintained by one user the maintainer has no other profiles (social media, etc.) I ...
djechlin's user avatar
  • 933
4 votes
2 answers
272 views

I have to work on multiple different machines and it would be nice to keep my .emacs file consistent everywhere. Question: is there a package which allows to update the file at startup from a remote ...
Beginner's user avatar
  • 2,861
19 votes
1 answer
5k views

Is there an Emacs mode for GitHub Flavored Markdown? GitHub Flavored Markdown adds a number of features to traditional Markdown: underscore handling, url autolinking, strikethrough, and tables. It ...
Matthew Piziak's user avatar