GIT

 git config –global user.name “abc”  

git config –global user.email “abc@a.com”



git checkout -b <branchname>

git add <files>

git commit -m  "[StoryNo] message"

git push 



Comments

Popular posts from this blog

PL/SQL

JAVA8 Features

Build Automation