Dev/github-ntc-templates

Dev Setup

Checkout remote branch in PR to verify

  1. Go to the remote repo and get the clone repo e.g.  https://github.com/verbosemode/ntc-templates.git  1 Go to the remote repo and get the branch name e.g.  cisco_xr_show_install_active 

  2. Add the repo as a remote on local repo

     #git remote add -t <branch> <remote> <gitUrl>
     git remote add -t cisco_xr_show_install_active  verbosemode#1105 https://github.com/verbosemode/ntc-templates.git
     #
     git fetch verbosemode#1105
     git checkout verbosemode#1105
     git remote -v

Errors and fix's

Dev/github-ntc-templates (last edited 2023-06-29 07:32:45 by PieterSmit)