Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 899 Bytes

File metadata and controls

50 lines (33 loc) · 899 Bytes

Commands

- [x] a-git init

Initializes a git repository

- [x] a-git add

Creates Blob and Tree objects

- [x] a-git rm

Deleted Blob and Tree objects

- [x] a-git status

Shows all files untracked (Hard One)

- [x] a-git commit

Creates a Commit object

- [x] a-git log

Shows Commit history

- [x] a-git ls-tree

Shows the contents of a Tree object

- [x] a-git tag

Create, list, delete or verify a tag object signed with GPG

- [x] a-git branch

Creates a new Branch & All

- [x] a-git merge

Merges (wht-eve) two branches

- [x] a-git rebase

Reapply Commits on top of another base tip

- [x] a-git rev-parse

Pick out and massage parameters

- [x] a-git show-ref

List references in a local repository

- [x] a-git checout

Change Branches (Hard)

- [x] a-git cat-file

Show Details about objects

- [x] a-git hash-object

Compute object ID from a givn blob