CONFIGURATION git config --global user.name "your name" git config --global user.email "your email address" PROJECT Create new local repo in pwd git init <project name> Clone other project git clone <project url> Merges all the changes present i...
domdom.hashnode.dev2 min read
No responses yet.