#Logic debugging for en passants
1 messages · Page 1 of 1 (latest)
??
is there a repo
It's on Visual Studio
How do I make a repo?
That's what happens
Yes
https://github.com/ learn how to use this it's the best collaborative development platform in the world
ok
@steep anchor GitHub, which @dusty dock was just talking about, is a source control solution
Source control allows you to track changes to your work so that when you make a change you can easily go back through history and get it back to how it was before.
Git is a popular source control software, and GitHub is an online interface for it.
@steep anchor this is the absolute best website for learning about Git and GitHub https://roadmap.sh/git-github
however I can also recommend some guided Microsoft Learn courses that are a bit easier to understand
Am I able to run the application with github?
That's not what GitHub is for
GitHub is for storing and tracking your source code on a remote server
As in visual studio, revert to an old version on github and be able to run it?
You still need Visual Studio to actually code
Why revert
If I wanted to go back to an old version for whatever reason
Make branches