Skip to content

joegurr/joegit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

joegit

Code style: black

I wanted to learn more about how the internals of git worked, for me the best way to do that was to try and build a subset of the features.

I found this amazing tutorial. The code in this repo is my interpretation of this tutorial (it is mostly the same, but in some small ways I have tweaked it to make it my own).

Functionality

joegit init

joegit commit -m 'message'

joegit branch

joegit checkout

joegit log

joegit k

joegit status

joegit reset

joegit show

joegit diff

joegit merge

joegit fetch - only for local remotes, just to get an idea of how this process works

joegit push - like above

joegit add

+ some internal functionality

About

My attempt to learn more about git by building it.

Topics

Resources

Stars

Watchers

Forks

Languages