-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
83 lines (83 loc) · 1.53 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# track a file
git log --follow -p -- diffExprPlots.rmd
git checkout 7dec9c1ae8f302a4e96206364446c53cdffbc5d1
#undo last commit
# git config --global alias.undo-commit 'reset --soft HEAD^'
# git undo-commit
#checkout specific file/commit
# git log --graph #find <sha>
# checkout <sha> file
#[dockerImage](https://github.com/animesh/scripts/blob/master/Dockerfile):
# docker.io/animesh1977/scripts
#[aliases](https://youtu.be/f-Br8cud2eI?t=1918)
# rebase
# beflog
# stash
# bisect
# merge
# push --force-with-lease
#ignore file-mode change:
# git config core.fileMode false
#ignore MS/DOS endings (on windows machines):
# git config --global core.autocrlf true
#config setup
# git clone http://github.com/animesh/scripts
# cd scripts
# ln -s $PWD/config.bash $HOME/.bashrc
# ln -s $PWD/config.i3 $HOME/.config/i3/config
# ln -s $PWD/config.screen $HOME/.screenrc
# ln -s $PWD/config.vim $HOME/.vimrc
#atom-backup
# apm list --installed --bare > $PWD/config-packages.atom
# cp $HOME/.atom/config.cson $PWD/config.atom
#atom-install
# cd scripts
# cd $HOME/AppData/Local/atom-nightly/bin/
# apm-nightly install --packages-file config-packages.atom
# cp config.atom $HOME/.atom/config.cson
*
!*.*
.Rproj.user
*.pdf
*.asv
*.csv
*.txt
*.history
*.Rhistory
*swp
*fa
Homo*
*sam
*bam
*gz
*tsv
.vscode
*png
*xlsx
*zip
*gmt
*fasta
*fastq
*fq
*npy
*qs
*rds
*out
*pickle
*pkl
.ipynb_checkpoints
*.exe
*.dll
*.key
*.def
*.so
*.lib
*.jpg
*.json
*.rda
*.db
core.*
rtmodel.*
*.results
*.fas
*log