Hey there! 👋 This is where I share random thoughts on software development and document my proof-of-concept projects. Expect a mix of ideas, experiments, and coding explorations.
In my opinion, shortcuts (aka aliases) should be avoided by beginners.
At the beginning, pay attention to familiarize yourself with the original commands.
And use "a dog" association if you have hard time remembering: git log --all --decorate --oneline --graph
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
In my opinion, shortcuts (aka aliases) should be avoided by beginners.
At the beginning, pay attention to familiarize yourself with the original commands.
And use "a dog" association if you have hard time remembering:
git log --all --decorate --oneline --graph