/
gitlab
gitlab
gitlab
public:
Alcatel gitlab:
http://gitlab.us.alcatel-lucent.com/jekriker/vrsupgrade
Video with this config:
https://www.youtube.com/watch?v=7p0hrpNaJ14
Git global setup
git config --global user.name "Jean-Luc KRIKER"
git config --global user.email "jean-luc.kriker@nokia.com"
Existing folder or Git repository
cd vrsupdate
git init
git remote add origin git@gitlab.us.alcatel-lucent.com:jekriker/vrsupgrade.git
git add *
git commit
git push -u origin master
, multiple selections available,
Related content
github on linux
github on linux
More like this
3a- Create an vSRX box with Vagrant
3a- Create an vSRX box with Vagrant
More like this
Github Desktop ( Laptop to github )
Github Desktop ( Laptop to github )
More like this
github: work on someone else code
github: work on someone else code
More like this
add license to OVP
add license to OVP
More like this
3f- create Arista vEOS vagrant box
3f- create Arista vEOS vagrant box
More like this