Thursday, 6 May 2021

Changing repository from TFS to Git

1. Create empty git repo

2. Add .gitignore with all required values

3. Copy source code with all folders

4. Run git add .

5. Check git status to see if only relevant files are added and unwanted files are ignored

6. git push

No comments:

Post a Comment

Search This Blog

Creating your first "Alexa" Skill

Index What is Alexa What is Alexa Skill? Why is it required when Alexa already equipped with voice assistant? Dev...