π Just launched: `open-hook` β a CLI to install & manage reusable πͺ React custom hooks!
β Install hooks from a central GitHub repo
βοΈ Configurable (JS/TS, paths)
π₯ Interactive install & auto conflict resolution
π Try now π npm i -g open-hook
π https://t.co/FpIve1MpR3
You should know!
git init
Initializes a new git repository
git add <files>
Add files to the staging area
Use git add . to add all files
git reset
Undo the changes to the local
files, restore the last commit.
git push <remote> <branch-name>
Used to save all commits to the
remote repository.
git pull <remote>
Used to pull down all the updates
from the remote repository.
git rm <file-name>
Used to remove a file from the
working directory.