Open Git Bash.
Create a fresh, bare clone of your repository:
git clone --bare https://github.com/user/repo.git
cd repo.git
Then, see which authors have committed to your repo
git shortlog -e -s -n
Getting a secret .json file through your workflow, piplines, and onto your servers is a pretty complicated task. To simpilify the process, you can store the contents of the secret.json in env
instead.
Written in the content of firebase-admin
for Node
.
Make the contents of your GOOGLE_APPLICATION_CREDENTIALS file one line and add it to env
as GOOGLE_APPLICATION_CREDENTIALS
.
{"type": "service_account",
gource
and ffmpeg
brew install gource
brew install ffmpeg
bank-bg-dark.png
in the root of your local copy of the Bank repocd /your/bank/repo/location
optimized for Hack Club Bank
body { | |
transform: rotate(180deg); | |
} |
I recommend watching Bri's 20 min presentation from SeaGL 2023 on
"Effective git code review - make their job easier and you look smarter"
.
The goal of the presentation is to help you make it easier to get your code merged!
https://www.youtube.com/live/tGE5T4A-fgc?si=bN7USKQdKOc3ak1z&t=1315 (watch from 22 min to 43 min)