https://github.com/greg0rys/gregsn0tes
https://github.com/greg0rys/gregsn0tes
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greg0rys/gregsn0tes
- Owner: greg0rys
- Created: 2022-05-30T21:24:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T22:09:47.000Z (about 4 years ago)
- Last Synced: 2025-04-13T14:12:21.289Z (about 1 year ago)
- Language: CSS
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### GregsN0tes :alien:
Custom .bashrc
*this page uses a custom .bashrc file with some alias' for the codespace on this repo*
```bash
alias gs="git status"
alias jb="jekyll b"
alias blankgc="git commit -m 'blank commit'" # for when you don't want to type a message
alias origin ="git push origin master" #make these changes perm on the upstream
```
*if you would like to use this custom .bashrc in your environment please run the following command after cloning or at any time really*
```bash
source .bashrc
```