Simple git question

Bill Ricker bill.n1vux at gmail.com
Wed Nov 4 17:06:04 EST 2020


Dan's way is as good as any.
(Could also commit to the local branch instead of stashing, which would let
you diff against your config tweaks.)

I find that understanding what Git is doing really helps me figure out what
i want to do. My preferred intro for this is

   - Git from the inside out
   <https://codewords.recurse.com/issues/two/git-from-the-inside-out>

My other strategic bookmarks -

   - Git - Book <https://git-scm.com/book/en/v2>
   - Git - autocomplete
   <https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks#Auto-Completion>
   - Specify an SSH key for git push for a given domain - Stack Overflow
   <https://stackoverflow.com/questions/7927750/specify-an-ssh-key-for-git-push-for-a-given-domain>
   - rename git branch locally and remotely · GitHub
   <https://gist.github.com/lttlrck/9628955>
   - The Universe of Discourse : How to recover lost files added to Git but
   not committed <http://blog.plover.com/prog/git-reset-disaster.html>
   - Git 2.5, including multiple worktrees and triangular workflows
   <https://github.com/blog/2042-git-2-5-including-multiple-worktrees-and-triangular-workflows>
   - Difference between git reset soft, mixed and hard
   <https://davidzych.com/difference-between-git-reset-soft-mixed-and-hard/>
   - git revert-a-faulty-merge
   <https://github.com/git/git/blob/master/Documentation/howto/revert-a-faulty-merge.txt>
   - 10 Common Git Problems and How to Fix Them – citizen428.blog
   <https://citizen428.net/10-common-git-problems-and-how-to-fix-them-e8d809299f08?gi=8ca1f48e3dd3>
   [so good i bookmarked it twice, 2nd location Codementor
   <https://www.codementor.io/citizen428/git-tutorial-10-common-git-problems-and-how-to-fix-them-aajv0katd>
   ]
   - git admin: An alias for running git commands as a privileged SSH
   identity – Noam Lewis
   <https://noamlewis.wordpress.com/2013/01/24/git-admin-an-alias-for-running-git-commands-as-a-privileged-ssh-identity/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/pipermail/gnhlug-discuss/attachments/20201104/f89a124a/attachment.html 


More information about the gnhlug-discuss mailing list