Run the following command list to find out!
history | cut -c8- | sort | uniq -c | sort -rn | head -n 10
Mine is the following:
Since I used a lot of aliases, here is the expanded version:
-
git status
(alias gst) -
git push
(alias ggpush='git push origin "$(git_current_branch)"') -
git commit
(alias gca='git commit -v -a') -
ls
(list files current directory) -
code .
(opening visual studio in the current folder) -
git pull
(alias ggpull='git pull origin "$(git_current_branch)"') -
..
(go back previous directoy) -
grunt serve
(alias eos='cd "$LOCKHART"/eos && git pull origin "$(git_current_branch)"; grunt serve') -
git checkout master
(alias gco='git checkout') -
grunt karma:...
(run unit tests)
Latest comments (34)
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!
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?? ;))
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
Ls
..
Code .
Cd d:\
Npm version "1.0.0"
Git status
Git commit --amend --no-edit
Git push
Git pull
Touch index.php
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
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?
yay
is my package manager,l
is an alias forls -al
and I seem to use vim a lot.I guess you are in devOps, or at least that's what your commands looks like
Is
ktx
and alias?"manage kubernetes cluster configs"
github.com/heptiolabs/ktx
Its clear that I'm slowly turning into JS developer from iOS developer