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
| git config --global user.name abdalsamad | |
| git config --global user.email abdalsamad.y.m@gmail.com | |
| git config --global core.editor "code --wait" | |
| git config --global -e | |
| # how to ues less\ | |
| Tips for using less on the command line. | |
| To navigate: |
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
| .hidden { | |
| position:absolute; | |
| left:-10000px; | |
| top:auto; | |
| width:1px; | |
| height:1px; | |
| overflow:hidden; | |
| } |