Sử dụng Git command line push source lên Bitbucket

B1: Mở cửa sổ dòng lệnh

1
Vào thư mục -> chọn git bash

B2: Gõ lệnh: git init

B3: Gõ lệnh: git add .

B4: Gõ lệnh: git commit -m “init commit”

B5: Gõ lệnh: git remote add origin <url của bạn>

B6: Gõ lệnh: git push -u origin master