Skip to content

cybersecurity-dev/Git-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Git Toolkit

Linux Windows YouTube Reddit

GitHub   YouTube   My Awesome Lists

📖 Contents

GitHub CLI Tools

GitLab CLI Tools

Useful Git Commands

  • Clone a specific Git branch

    git clone -b <branch> <remote_repo>
    git clone -b mybranch2 git@github.com:user/mygitproject.git
  • Create New Branch

    git checkout -b <new-branch-name>
  • Change Branch

    git checkout <branch name>

My Awesome Lists

You can access the my awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top

About

Git Toolkit

Topics

Resources

License

Stars

Watchers

Forks