📜  VSCode bitbucket push - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:35.785000             🧑  作者: Mango

代码示例1
After installing the Atlassian/ Bitbucket extension:
1. Create a new repository in bitbucket
2. Clone this in new project in VSC 
    - folder is created automatically You will need to insert the remote repository, 
      something like https://something@bitbucket.org/myname/guestbook.git
3. Make changes. Or copy an existing project, but leave the .git directory!
4. Commit
5. Push