Skip to content

Commit

Permalink
Update GIT.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pandian3k authored Jul 10, 2018
1 parent 7398664 commit e1d5e66
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion GIT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,27 @@ git branch -d branchname1 //delete the merged branch
git push origin --delete branchname // delete the mranch from remote
git diff
git revert
git reset
git reset


------------------------------------------------------------------------------------------------------------------------
ANT COMMANDS

ant clean
ant
ant compile
------------------------------------------------------------------------------------------------------------------------
MAVEN COMMANDS

mvn clean
mvn compile
mvn verify
mvn install
mvn clean install
mvn test
------------------------------------------------------------------------------------------------------------------------
GRADLE COMMANDS

gradle clean
gradle assemble
gradle build

0 comments on commit e1d5e66

Please sign in to comment.