pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.16k stars 5.72k forks source link

I am a new open source development and I want to create a feature in the Introduction Sequence. Where should I start? #1118

Closed darkb0ts closed 7 months ago

darkb0ts commented 7 months ago

i want create new section in Introduction Sequence and add this command [ git clone, git clean, git log]

pcottle commented 7 months ago

Git log exists! as well as git clone: https://learngitbranching.js.org/?NODEMO&command=gc;%20git%20log;git%20clone

git clean doesnt make much sense to implement since we don't actually track specific files in our demo. but here is where the code lives in case you want to look around: https://github.com/pcottle/learnGitBranching/blob/main/src/js/git/index.js