Create an empty git repo or reinitialize an existing one
git init| // Intercepting HTTP calls with AngularJS. | |
| angular.module('MyApp', []) | |
| .config(function ($provide, $httpProvider) { | |
| // Intercept http calls. | |
| $provide.factory('MyHttpInterceptor', function ($q) { | |
| return { | |
| // On request success | |
| request: function (config) { | |
| // console.log(config); // Contains the data about the request before it is sent. |
| ls listeleme yapar | |
| ------ | |
| ls --help komut hakkında yardım | |
| ls -a (all)herşeyi gizli dosyaları | |
| ls -l (list)detaylı | |
| ls -la birden fazla parametre verilebilir | |
| ls -d dizinleri listeler | |
| [..] karakter dizisi | |
| * bütün karakterler | |
| ? tek karakter |
Create an empty git repo or reinitialize an existing one
git initTaken from Zach Holman's "Git and Github Secrets".
t - quickly jump through files (similar to cmd+T in VI or Text Mate)
w - quickly switch branches
s - search