Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129046y3
I am familiar with clone, commit, init, pull, push, status, branch, merge, fetch, checkout, add, rm, and probably a couple other commands. I use git every day, but only in my little silo. I still don't really know enough about stash and rebase. -
taigrr8796yIt depends on how awake I am. If I'm sleepy, I'm a 3. I'll accidentally add my dotfiles and then have to go undo everything because I don't feel like figuring out which chain of commands I need for a good forcepush state. Except undoing is too much work, even with git bisect (worth learning how to use!) So I'll just reclone and add all my changes back at once in a big commit.
When focused I'd say maybe a 7-8 (heh, I'm pretty confident, throwing around my rebases and stashes and cherrypicks over here and don't forget about reflog when in trouble).
But in all seriousness I don't know what would make someone a 10, so I can't really guess where I'd put myself. I could be closer to a 5.
One thing I can say, to all you who commit massive zip files of code, or binaries, or even other git repos: shame on you. I hate that. Please look into git-lfs, and use git submodules. They exist for a reason :)
Also I love git-annex, though it has a bit of a learning curve before you can really use it. -
git init
git clone
git add -A
git status
git log
git diff (commit id)
git commit -m "commit message"
git pull
git push
git branch branchname
git checkout branchname
git merge currentbranchname
So I'm at least a perfect 12/10. ;) -
-10, 0xff, 11, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Don't just tell him, go in for the buffer overflow. Maybe you can overwrite the memory address with your salary. -
faskN416yUsing embedded Git on Android Studio. It's very easy and simple but just has a problem: u can't remove any file from here.
Interviewer: Can you rate 0-10 your git skill?
rant
git skill