Monday, January 16, 2017

Everyday git commands

$ git status

On branch Future/MemberPortalRoot
Your branch is up-to-date with 'origin/Future/MemberPortalRoot'.
nothing to commit, working directory clean


$ git log 

commit 988297fd483ad7b51be547f666bd74b0f3aab705
Author: Jamie Allison <jallison@hhogdev.com>
Date:   Mon Jan 16 08:35:23 2017 -0800

    Re enabled the GHP package repositories.


$ git branch -D Future/MemberPortalRoot

(this deletes a branch forcefully)

No comments:

Post a Comment