this will test your git skills
Test procedures:
-
configure your git setting
- git config --global user.name
- git config --global user.email
-
create ssh key for git
- ssh-keygen -t rsa -C "[email protected]"
-
register your ssh key to git repo
-
fork a project 4.1 clone the repo locally repo url: https://github.com/midnitekiller/vince-test.git
-
make a simple change on the readme or create a read me only for a test
- just add a text in the readme "vince made it" for PoC
-
add changes
-
commit changes
- commit message "my first success"
-
push changes to branch "develop"