This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-09
Channels
- # aleph (3)
- # beginners (327)
- # calva (3)
- # cider (20)
- # cljdoc (59)
- # cljs-dev (40)
- # clojure (104)
- # clojure-dev (30)
- # clojure-italy (8)
- # clojure-nl (36)
- # clojure-russia (3)
- # clojure-spec (3)
- # clojure-uk (79)
- # clojurescript (54)
- # community-development (5)
- # cursive (28)
- # data-science (21)
- # datomic (35)
- # emacs (14)
- # expound (1)
- # figwheel (2)
- # figwheel-main (82)
- # fulcro (18)
- # graphql (13)
- # jobs (12)
- # jobs-discuss (38)
- # kaocha (8)
- # lambdaisland (1)
- # lumo (12)
- # off-topic (20)
- # onyx (4)
- # re-frame (51)
- # reagent (12)
- # reitit (8)
- # ring-swagger (1)
- # shadow-cljs (22)
- # slack-help (2)
- # spacemacs (6)
- # specter (16)
- # testing (3)
oh that nice!
@bhauman
I use magic to try out pull requests easily, for example https://practicalli.github.io/spacemacs/magit/testing-pull-requests.html
This may require the Magithub package https://github.com/vermiculus/magithub
You can also create a local git repository just by opening magic status in directory that isn’t currently in git version control https://practicalli.github.io/spacemacs/magit/create-local-repository.html
M
opens the remote menu and allows you to add a shared repository (e.g github repo) to you local repo https://practicalli.github.io/spacemacs/magit/remote-repositories.html
@U05254DQM thanks this is all very helpful!!
I love reflog current
from status > log > reflog current. Shows only things I've done to the repo in detail.
I found the Magithub package was extremely slow, to the point of unusability on repos with many GitHub issues. It also seemed to have some issues with downloading CI statuses, it would break the whole magit status buffer. YMMV of course
@U051KLSJF yes, Magithub can be very slow if it is always checking for issues and pull requests each time you open magit-status
. In a fairly recent update on the Spacemacs develop
branch Magithub is set to be off-line by default and you can use SPC u
in front of g r
to update the status and check Github issues and pr's. Off-line by default restores magit-status
to its normal speedy self.
When I learned magit
I turned off my ssh agent stuff so I had to enter a password to make commits to github/lab. It's easy to hit the wrong key and do something you didn't intend. I turned it back on after I was more comfortable with magit
.
@dannyfreeman thats a good idea
@mccraigmccraig yeah its pretty dang intuitive
:thumbsup: Anytime I question the clear superiority of Emacs I’m brought back by Magit specifically
@bhauman
I use magic to try out pull requests easily, for example https://practicalli.github.io/spacemacs/magit/testing-pull-requests.html
This may require the Magithub package https://github.com/vermiculus/magithub
You can also create a local git repository just by opening magic status in directory that isn’t currently in git version control https://practicalli.github.io/spacemacs/magit/create-local-repository.html
M
opens the remote menu and allows you to add a shared repository (e.g github repo) to you local repo https://practicalli.github.io/spacemacs/magit/remote-repositories.html