💻
💻
💻
💻
Today I Learned
Search
⌃K
💻
💻
💻
💻
Today I Learned
Search
⌃K
README
analytics
bash
db
dgraph
docker
fish
git
checkout last branch
different between two dots and three
force fail commit on master
git finish helper script delete current branch and update master
git mergetool and diff with p4merge
global gitignore file
intellij as diff and mergetool
push only current branch
reset email multiple commit
sign commit with pgp
worktree switching branch without stash
go
k8s
linux
net
osx
python
react
unix
vim
web
Powered By
GitBook
global gitignore file
To create a global git ignore that apply across all git repository
$ echo `.DS_Store` > ~/.gitignore
$ git config --global core.excludesfile ~/.gitignore
Previous
git mergetool and diff with p4merge
Next
intellij as diff and mergetool
Last modified
1yr ago