Upload projects from Eclipse to github

Опубликовано: 20 Май 2020
на канале: Software Testing Tutorials way2testing
47
1

hello Friends,
In this article we will learn that how to upload your eclipse project to github using a working process/steps.

Download git bash :- https://git-scm.com/downloads


Steps :-
git config --global user.name "gitusername"
git config --global user.email "gitemail"
git init
git add .
git commit -m "my commit"
git status
go to eclipse project & right Click, select Team Remote Push.
Click Next
Add Source ref and destination ref
click next
click finish

#Github, #Git


На этой странице сайта вы можете посмотреть видео онлайн Upload projects from Eclipse to github длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Software Testing Tutorials way2testing 20 Май 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 47 раз и оно понравилось 1 зрителям. Приятного просмотра!