My git knowledge:
git clone <url>
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
My git knowledge:
git clone <url>
I think HR is just ill equipped for technical interviews, but they try to conduct them regardless.
Was denied a position because HR felt my experience "lacked depth" which I still can't understand 3 years later.
Did the same role at a larger company. Had more responsibility than they were giving me. Developed my own tools for job automation. Grew their business from nothing to half a mil a month. Experienced all stages of growth and realized massive success.
After that interview I kept getting technical interviews and getting passed on because I was too senior for the position
Woah look at mr. fancy pants with his git push
arguments.
I use this in my bash profile in case anyone else finds it helpful. Usage is:
gao fixing a typo
function gao() {
git add .
git commit -a -m "$*"
git push origin `git rev-parse --abbrev-ref HEAD`
}
Seeing Peter Griffin labelled as "HR", I automatically pronounce the R as "Ah" in my head.