this post was submitted on 20 Jun 2023
43 points (100.0% liked)
Programming
13368 readers
2 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you have trouble remembering git commands for CLI have a look at the tool
tldr
:https://man.archlinux.org/man/tldr.1.en
For example if you need to remember how to use the
branch
command you could look it up withtldr git branch
which would give you an overview on the most popular use cases.