You are browsing as a guest. Sign up (or log in) to start making projects!

23h 33m 42s logged

So… I kinda forgot to write dev logs because I got extremely carried away with the coding. Once the ideas started coming, I was just adding command after command.

So, i’ve decided to write docs for twig so you can see the list of commands AND in the docs will be a much better explanation of how a version control client works because it is pretty hard to understand.

I’ll use devlogs just to briefly summarize the progress ive made but not describe how things work etc.

  • twig can have branches now
  • twig can switch between branches with checkout (twig reads the tree for the branches latest commit and automatically adds/deletes/modifies files to match the branches state)
  • twig has a really ugly server page it runs with the GUI command so you can view the projects branches then commits then what the files looked like at that commit in time.

login - this is really special. login to my own custom auth server and store a user token. this token will be used to authenticate to my server.
push - push your project files to my server so you can access them anywhere. it stores them successfully but i haven’t gotten the view part down yet.

0
3

Comments 0

No comments yet. Be the first!