Essential skills are often emphasized in various professions. In the context of software engineering, what commands are considered fundamental, and why are they crucial for professionals in the field?
Follow the CodeNewbie Org and #codenewbie for more discussions and online camaraderie!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Not crucial, but I love
git standup
via this utilitykamranahmedse / git-standup
Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
git-standup
A little tool that I always wanted for myself. I work on several repositories on daily basis and it is mostly difficult for me to remember where I left off in each one of them.
git-standup
helps me with running standups and keeping track of what I have been doing. By default it gives you the most common usage i.e. shows you commits from the last working day in the current directory and the directories below current level plus it comes with several options to modify how it behaves.Requirements
The only requirement is having good commit messages :)
Install
You can install
git-standup
using one of the options listed belowcurl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sudo sh
npm install -g git-standup
brew update && brew install
Some comments may only be visible to logged-in visitors. Sign in to view all comments.