Troubleshooting Performance Problems in SourceTree
Posted by bunnywong on Sunday, 30 November 2014GIT Command
Posted by bunnywong on Sunday, 30 November 2014- git clone https://github.com/WordPress/WordPress.git && rm -rf fossproject/.git
- git clean -df # Remove uncommitted
- rm .git/index.lock # Unlock index ( fatal: Unable to create '/path/to/repo/.git/index.lock': File exists. )
- How to commit and push in Git