Flutter tutorial - How to upload Flutter project to GitHub
Автор: Vikkybliz
Загружено: 2021-08-19
Просмотров: 363
Описание:
Here's how to upload your Flutter project to GitHub. I used my command prompt in this video but you can also do this in your android studio and vs code.
Steps
1. Open your command prompt and move to the folder where your project is saved. You can copy the path and press cd /path you copied/
2. Then initialize a remote repository with the command git init.
3. Then you add all the files to the remote repository with git add .
4. Add a commit message git commit -m "your commit message"
5. Then go and create and empty repository in your GitHub.
6. Copy the link to your GitHub repository
7. Link your remote repository to your GitHub repository with git remote add origin /link to GitHub repository/
8. Push to your GitHub repository with git push -u origin master.
9. And that's it . Don't forget to subscribe to my YouTube channel.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: