This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4aad9349f1
dotfiles
/
.local
/
bin
/
scripts
/
git-rc
5 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Restores the repository version of given files
git reset --
"
$@
"
git checkout --
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink