File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -522,6 +522,21 @@ <h4 class="col-xs-12">git branch</h4>
522522 </ div >
523523 < div id ="gitcheckout ">
524524 < h4 class ="col-xs-12 "> git checkout</ h4 >
525+ < div class ="col-xs-12 ">
526+ <!-- Nav tabs -->
527+ < ul class ="nav nav-tabs " role ="tablist ">
528+ < li class ="active "> < a href ="#gitcheckout1 " role ="tab " data-toggle ="tab "> < h3 > Mudando de Branch</ h3 > </ a >
529+ </ li >
530+ </ ul >
531+ <!-- Tab panes -->
532+ < div class ="tab-content ">
533+ < div class ="tab-pane fade in active " id ="gitcheckout1 ">
534+ < br />
535+ < p > Com o < b > git checkout</ b > você pode mudar de branch, caso a branch ainda não exista você poderá passar o parâmetro < b > -b</ b > para criar.</ p >
536+ < div class ="well well-sm "> git checkout -b {nome_da_branch}</ div >
537+ </ div >
538+ </ div >
539+ </ div >
525540 </ div >
526541 < div id ="gitmerge ">
527542 < h4 class ="col-xs-12 "> git merge</ h4 >
You can’t perform that action at this time.
0 commit comments