moodbanao2this is my first project on which i am working since 2022 sep. and this is my dream project which finally become true because i have learned many things to create this kind of project which basically ed-tech app
we need to know some basic command for git hub that is:
add command is used to add the particular file into the github which not taken screenshot by github
-> git add
commit command is used to add permanently file into the git hub,here we can make updates of our task
-> git commit-m"some-messages"
status command is used to check the status of git
-> git status
to add all the file into the git hub we have a command
-> git add .
to get parmenantly stored into github
-> git push