This file contains hidden or 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
| alias cls='clear' | |
| alias c='cd /cygdrive/c' | |
| alias home='cd ~' | |
| alias code='cd /cygdrive/c/code' | |
| alias min='clear && PATH=$PATH:/cygdrive/c/min/bin && gcc -v && echo' | |
| 1. UPDATE CYGWIN | |
| First of all you will need to ensure that Cygwin has the necessary binaries required for apt-cyg. This is achieved via the use of the Cygwin setup executable via the Windows command prompt. | |
| C:\Windows\System32>C:\Users\admin\Downloads\setup.exe -q -P wget,tar,qawk,bzip2,subversion,vim |
This file contains hidden or 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
| clear | |
| git add * | |
| git add README.md | |
| git reset HEAD tên_file | |
| git commit -m "Update ..." | |
| git push origin maste | |
| git push -f origin master |
NewerOlder