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
Step1: Fork it.
Step2: Clone it. (git clone )
Step3: Enter into the directory (cd directory)
Step4: Open it in visual studio code ( code .)
Step5: Create a Separate Branch (git chekout -b branchname)
Step6: Make a txt file (touch file.txt)
Step7: write your name and scholar id in that file
Step8: Save your changes and push it to your branch ((1)git add . 2)git commit -m message 3)git push origin branchname )
Step9: Create a pull request