#versioning
Read more stories on Hashnode
Articles with this tag
Command line instructions Git global setup git config --global user.name "YourUserName" git config --global user.email "name@email.com" //to set the...