You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
echo Make sure to have Git setup \in your \local repository!
echo Where is your \local repository located? \(PROTIP: Drag folder/directory into Terminal!\)
read localRepository
cd $localRepository
echo Enter a commit message \(Has to be alphanumeric. No symbols!\)
read commitMessage
echo Ok, pushing to the repository with the commit message of: \"$commitMessage\" \(You may be prompted to login \if you don\'t have SSH Keys setup!\).