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
after users have successfully created an account, it could be nice if they get an alert message notifying them that their account has been registered successfully. #24
The text was updated successfully, but these errors were encountered:
@meshiv5 okay you can use the procedure below to commit the changes and create a pull request
Make sure you are on the correct branch. You should switch to the branch where the changes have been made by using command 'git checkout [branch_name]
stage the changes : use the command 'git add [file_name]' to stage the changes that have been made locally. To stage all changes use 'git add'
Commit the changes: use the command "git commit-m 'commit message'" . the commit messae should be brief describing changes made.
Push changes to the remote repository : " git push origin [branch_name]"
create a pull request: you should navigate to the repository and switch to the branch where the changes have been pushed. click on "new pull request" button and select the branch to create a pull request.
after users have successfully created an account, it could be nice if they get an alert message notifying them that their account has been registered successfully. #24
The text was updated successfully, but these errors were encountered: