Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 163 Bytes

File metadata and controls

12 lines (12 loc) · 163 Bytes

BZR / bazaar is like git

bzr init myrepo
touch ass
bzr add ass
bzr commmit -m "put ass here"
bzr status
bzr diff
bzr log
bzr log ass
bzr revert -r1 ass