Repository files navigation
Start FL Studio
Options => Project General Settings
Data folder aanpassen door op auto te klikken => nieuwe folder onder projects aanmaken
rechtermuisklik in nieuwe folder => open git bash here
open github.com/ANightAtThePlasky
Druk New (repository)
Voer de volgende stappen uit in de git bash voor initiele configuratie
git init
git add *
git commit -m "kick drum changed"
git remote add origin git@github.com :ANightAtThePlasky/<repository_naam>.git
git push
Get new song from collaborator
go to github, naar de repository van het nieuwe nummer
duw op de groene "clone or download" knop
kopieer link
go to projects folder in documents (FL Studio)
open git bash here
Voer de volgende stappen uit in de git bash
Voer de volgende stappen uit in de git bash voor het desbetreffende nummer voor changes
git add *
git commit -m "snare drum changed"
git push
als dit misgaat, ga maar "Other Collaborator changes"
Other collaborator changes
Voer de volgende stappen uit in de git bash voor changes
git pull
dan gaat die mogelijks notepad++ openen, met en bepaald bericht, maar dat maakt niet uit, gewoon sluiten en doorgaan
git push
als dit misgaat, ga maar "Other Collaborator changes"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.