Skip to content

Advanced Databases DMKM (Brandusa, Diana, Ghufran, Juan, Rajani)

Notifications You must be signed in to change notification settings

emghufran/VinylRecords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Steps

Global setup:
Set up git
git config --global user.name "Muhammad Ghufran"
git config --global user.email [email protected]

Next steps:
mkdir VinylRecords
cd VinylRecords
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:emghufran/VinylRecords.git
git push -u origin master

Existing Git Repo?
cd existing_git_repo
git remote add origin [email protected]:emghufran/VinylRecords.git
git push -u origin master
testing push

About

Advanced Databases DMKM (Brandusa, Diana, Ghufran, Juan, Rajani)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages