Hacktoberfest is upon us. Here is a git cheat sheet that you can keep handy for your future hackings:
0. Git Configuration
Main article...
For further actions, you may consider blocking this person and/or reporting abuse
master
is a bit outdated,main
is nowadays more used.Since the name does not contain spaces or special characters it is not required to be wrapped in quotation marks (
"
)Thanks for the comment. I added a few lines explaining the fact you just mentioned. Also, the quotation mark were left originally for a better visibility through syntax highlight.
Very cool post to preparing for the Hacktoberfest!
Thanks, Thomas. 😊
Looking forward to it. 🥳
Great work! Nice design and amazing organization.
Would you consider adding
git clean
andgit bisect
?Those are commands I use a lot :)
Thanks Martin. 😊
Definitely. Do you think it would be better if I add them to a follow-up article, or should I add them here?
A follow up would be great!
This hacktoberfest, we are inviting contributors:
github.com/ujjwall-R/Dree
join our community group : join.slack.com/t/dreecommunity/sha...
Nice read, Mohammad
We look forward to Hacktoberfest
Thanks, Chidera! 🫡
Yeah, me too.
Good and and in simplicity way to recap on Git
Thank you. i am new to Git so this helps