To push this code to GitHub, follow these steps:
-
First, make sure you have SSH keys set up and added to your GitHub account
-
Add the remote repository (if not already added):
git remote add origin [email protected]:hadv/yitam-admin.git -
Push to GitHub:
git push -u origin master
-
Add the remote repository (if not already added):
git remote add origin https://github.com/hadv/yitam-admin.git -
Push to GitHub (you'll be prompted for your GitHub username and password/token):
git push -u origin masterNote: GitHub no longer accepts passwords for HTTPS Git operations. You'll need to use a personal access token instead.
To clone this repository:
git clone https://github.com/hadv/yitam-admin.git
Or with SSH:
git clone [email protected]:hadv/yitam-admin.git