Git/Gitlab to upload file to new project

Kenneth Law
Jun 27, 2021

1.Create a new project in gitlab

2.Create new branchs

3.Push to Git

4.Change to “Google-source”

5.Add ‘File’ and files copy to git file

6.commit those ‘File’

7.Push to Git

Git Command

how to delete file

rm.git

to delete .git

rm-rm.git

to delete file / .git

create new branchs

git.checkout -b develop

create a new branch ‘develop’

check path

pwd

Leave

cd../

go to 上一層

cd

入去

Show Files

ls -al

list all files

Check Status

git status

--

--