git e github code example

Example 1: github

Wasup ! check My Github https://github.com/h3xv1ss1on/ ... thanks :)

Example 2: github

sharing is caring :)

Example 3: github

//cancel commits
git reset HEAD^
//cancel last 3 commits
git reset HEAD~3

//when first commit
git push -u origin master

//remove remote origin
git remote remove origin

//reset remote origin
git remote add origin https://github.com/yourname/project.git

git init
//add all
git add .

//cancel adds
git reset

Example 4: github

I still love you, BitBucket

Example 5: github

yarn add react-native-contacts