Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 389 Bytes

Snippets

  1. Clone it

    • mkdir E:\Project\Trunk
    • cd E:\Project\Trunk
    • git clone https://github.com/OrcaNV/Snippets.git
  2. Set your user id

    • To do it for individual commits git -c "user.name=Your Name" -c "user.email=Your email" commit ...
    • Or set it at the project level