Last active
May 4, 2018 13:20
-
-
Save realsby/86499e1968d57ecfd47dfe17564657cc to your computer and use it in GitHub Desktop.
Common needs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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