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 alias.cm 'commit -m' | |
git config --global alias.develop 'git push origin' | |
git config --global help.autocorrect 20 | |
git config --global alias.ls 'log --oneline' |
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
/* Free to use CSS template by Katie (#106445). */ | |
/* This code may be altered, edited, or re-uploaded. */ | |
/* This template may be used to create paid codes (pre-mades and commissions). */ | |
/* Please do NOT remove this credit, unless your coding becomes unrecognizable from this one! */ | |
/* FONT (From Google Fonts) */ | |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:[email protected]&display=swap'); | |
/* BACKGROUND */ | |
body { |
OlderNewer