(no title)
mroll | 5 years ago
Basically I want to be able to pull up a buffer with a list of issues assigned to me and copy them into my org mode todo list
mroll | 5 years ago
Basically I want to be able to pull up a buffer with a list of issues assigned to me and copy them into my org mode todo list
DvdMgr|5 years ago
narwally|5 years ago
chungus|5 years ago
RMPR|5 years ago
iterati|5 years ago
mroll|5 years ago
Kalekoa|5 years ago
[deleted]
dheera|5 years ago
Goddamn merge commits, and always have to go googling "oh shit how do I erase the last commit" when I accidentally commit to master. It should at least spit out a warning if you created a branch and then try to commit to master. Git lfs and git-crypt should be a feature of the main product and not plugins. Files over a certain size should be transparently LFSed without some need to "track" them or install a plugin to fetch them. It's too hard to accidentally forget to encrypt something or LFS something. Gitignore is easy to screw up and accidentally commit a sensitive credentials file. And "git rm" also removes the file locally with no recourse -- that should not be the default behavior.
Also, the whole UX around submodules REALLY sucks ... is it git submodule update --recursive --init? git submodule init --update --recursive? git init submodule --recursive? I can't remember for the life of me. Why can't it auto-clone all submodules when you clone the parent repo, seeing as you kind of need them to do anything? The UX is so bad that I often just copy the contents of the repo instead of using submodules.
rendall|5 years ago
This seems to be a good resource https://githooks.com/