Permalink
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (4 sloc) 130 Bytes
# Step to the child of the current commit.
step:
git checkout `git rev-list --topo-order HEAD..master | tail -1`
.PHONY: step