GIT - Create Project and Push Commit in GitLab

Опубликовано: 06 Февраль 2026
на канале: 5com
13
0

For More Information : https://ocom5com.blogspot.com/

git clone http://192.168.81.129:8001/gitlab-instance-fe1c09ca/test_git.git
ll
cd test_git
clear
git branch
echo "hello world" - readme
ll
git add readme
git commit -m "initial commit"
gl
git branch
git push -u origin master
git push -u origin main
history