#Logic debugging for en passants

1 messages · Page 1 of 1 (latest)

steep anchor
#

Ran out of space

dusty dock
#

??

wind harbor
#

is there a repo

steep anchor
#

How do I make a repo?

dusty dock
#

Beginner dev?

steep anchor
#

Yes

dusty dock
exotic vine
#

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

roadmap.sh

Learn about Git and GitHub using this roadmap. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.

#

however I can also recommend some guided Microsoft Learn courses that are a bit easier to understand

steep anchor
dusty dock
#

GitHub is for storing and tracking your source code on a remote server

steep anchor
#

As in visual studio, revert to an old version on github and be able to run it?

dusty dock
#

You still need Visual Studio to actually code

steep anchor
#

If I wanted to go back to an old version for whatever reason