dweiss commented on issue #13719:
URL: https://github.com/apache/lucene/issues/13719#issuecomment-2334831855

   About right. These are my top three:
   ```
   git status
   git add -A .
   git commit -m "foo"
   ```
   and these are used much, much more rarely:
   ```
   git cherry-pick
   git branch
   git log
   git reset (--hard)
   git merge --no-ff ...
   git reflog
   ```
   
   This about covers my git knowledge. Anything else I have to go and RTFM. 
   
   > latest version has 161 subcommands
   
   Isn't it like TeX and LaTeX - that there is a very fundamental core and lots 
of other commands built around it? I remember this was amusing when I came 
across it a while ago: https://github.com/chrisdickinson/git-rs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to