commencer
v1.1.3
Published
Easy-to-use authentication integration template for beginners
Downloads
9
Maintainers
Readme
q-auth
Easy authentication integration for beginner dev projects
How to contribute to the repository.
#Open your terminal/command prompt.
#Run the following command to configure the template
git config commit.template .gitmessage.txt
#To stage changes (simply adding changes), run:
git add <file-path/file-name> (recommended)
#To commit the staged changes, run:
git commit #opens vim editor
to edit vim, simply press i, it changes mode to insert
edit the template
press Esc, followed by ':wq' and voila! success
abandoning commit from vim, press Esc, followed by '!q'
after commit, just making git push to your forked repo
create a pull request
#or
git commit -m "<message>" (not recommended)
User Registration