You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen you changes here are out of sync with files hosted on your discord server. This is why i am opening this issue as a suggestion. I hope this advice would simplify your work, allow other contributors to help you, and help scale this project.
Git is a version control system, basically it saves files' history, allows you to explore old code, and create different branches of your code. Git is de-facto version control system of today. It also allows you to discard the old code while development, bc it's always easy to restore some or whole of your code when you need it.
Also i recommend using Visual Studio Code editor bc it has visual interface for git
I have seen you changes here are out of sync with files hosted on your discord server. This is why i am opening this issue as a suggestion. I hope this advice would simplify your work, allow other contributors to help you, and help scale this project.
Git is a version control system, basically it saves files' history, allows you to explore old code, and create different branches of your code. Git is de-facto version control system of today. It also allows you to discard the old code while development, bc it's always easy to restore some or whole of your code when you need it.
Also i recommend using Visual Studio Code editor bc it has visual interface for git
Setting up Git
The text was updated successfully, but these errors were encountered: