SMSwapnil Maliinsm101.hashnode.dev·4d ago · 3 min readBasic git commandsThis guide includes the basic git commands which are useful for all the GitHub users. Q. How to initialize git for directory as local git repository ? ~$ git init ~$ git init <repo-name> 👉: repo-na00