Run the following command list to find out!
history | cut -c8- | sort | uniq -c | sort -rn | head -n 10
Enter fullscreen mode
...
For further actions, you may consider blocking this person and/or reporting abuse
Mine are all very similar to this! Although I don't use
clear
-- CMD/CTRL+L does the trickOh my god, I never knew the
CTRL+L
tip, you've LITERALLY changed my life.I use
git commit --amend --no-edit
too. Mostly for small changes (e.g., missed semicolon) that worth a commit.I honestly didn't know about
--no-edit
until now. Thanks for saving me the keystrokes 😂.There's another one I used when for whatever reason I need to retrigger CI/jenkins without making any change
I'm using zsh and this command didn't work well. I found this post which includes something nice! Here's mine:
ag
is the command for the_silver_searcher -- I guess I search a lot!If you use zsh you can use the command
zsh_stats
.Nice! I didn't know about
zsh_stats
. It would have saved me some time tinkering withcut
anduniq
:POh, that's weird it didn't work for you. I'm also using
zsh
. I'm just curious, what was not working with the original command?It just shows a bunch of commands with a count of 1 :-) The
zsh_stats
thing is very cool!yay
is my package manager,l
is an alias forls -al
and I seem to use vim a lot.I guess I hit a lot of git commands haha!
Interesting, I didn't know about the
glxgears
Its clear that I'm slowly turning into JS developer from iOS developer
This is fun!
Also lol they're all git and yarn for me:
gits
is my alias for git statusgita
is my alias for git add allgpo
is my alias for pushing to originNice!
Huh
Not typical at all. The first one is a set of 50 javascript challenges, so that makes sense.
The second, I was learning Rust for a bit.
The linkedlist was me trying to implement a Linked List in C++, and realizing I don't know C++ well enough to do so.
Last week or so I was playng with Rust and a bit of Python, while working through a JavaScript challenge, so I guess it makes sense, but it's not typical.
It should be the five basic git commands (init, status, add, commit, push), shortcuts I've aliased for my most used directories and
clear
I'm a js developer that traverses his file structure often.
I don't use aliases :P
IDE takes care of commands for running/testing app and stuff
nice, what IDE are you using that runs git commands for you?
I guess you are in devOps, or at least that's what your commands looks like
The only that stand out from list are htop and R. haha
gits - git status
htop - see ditty below
Oh lord won't you buy me 32 gigs of ram,
My friends all have 16 I must make amends,
Worked hard all my life time, no help from my friends...
Sung to the tune of Janis Joplin's - Mercedes Benz
cd
ls
gitp - git pull
gita - git add all
xed
git remote
git push
R - Can you tell I do Stats alot?? ;))
312 git status
148 ls
112 git log
90 docker-compose up
79 docker ps
72 yarn test
67 yarn start
58 git diff
54 cd ..
43 yarn dev
I just came to realise I'm a JS developer :')
nice!
Is
ktx
and alias?"manage kubernetes cluster configs"
github.com/heptiolabs/ktx
72 gs
50 clear
34 git add .
22 git push origin develop
20 cd
18 cordova run android
14 git pull origin develop
13 code .
11 git push origin master
8 npm start
Ls
..
Code .
Cd d:\
Npm version "1.0.0"
Git status
Git commit --amend --no-edit
Git push
Git pull
Touch index.php
never use command in windows 🤣