Skip to content

Instantly share code, notes, and snippets.

@realsby
Last active May 4, 2018 13:20
Show Gist options
  • Save realsby/86499e1968d57ecfd47dfe17564657cc to your computer and use it in GitHub Desktop.
Save realsby/86499e1968d57ecfd47dfe17564657cc to your computer and use it in GitHub Desktop.
Common needs
Cache kullanmaz herseyi sifirdan tekrar indirip kurar..
pip install -r requirements.txt --ignore-installed --force-reinstall --upgrade --no-cache-dir
Gitde silmesini ama localde silmek istemedigin dosyayi boyle diyip commit atarsin. ornegin .db dosyasi
git rm --cached filename
Gitde ignore edilmis dosyalari zorla commite eklemek icin force kullanilir
git add -f html/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment