Git Steps
Git Steps
A. Set up your local machine for git config and ssh connection
1. Set git config (For author or Identification of user)
- git config --global user.email "youremailaddress"
- git config --global user.name "yourname"
2. Create SSH connection to your local machine and repo server
- ssh-keygen -t rsa -C "youremailaddress" // same on user.email, just
press enter to all questions
- ssh-copy-id [email protected] // copy SSH Key to repo server
- enter yes
- enter repo server password, SV will provide password
Note:
- For more information on git command visit https://git-scm.com/docs
- use //fileserver as working copy of your project
gd pm all naa koy gi push sa repo nato for proweaverforms please nalang nya ko pull
ato para updated inyung copyChanges:- added NMI option - merged Payeezy fix
Repo: [email protected]:web2files/proweaverforms.git