VOOZH about

URL: https://qiita.com/fkana/items/1db89111dab786fe0c85

⇱ 新規作成アプリをBitbucketにあげる #Bitbucket - Qiita


👁 Image
1

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@fkana(kanako daikoku)

新規作成アプリをBitbucketにあげる

1
Posted at

覚書として***

  • アプリのあるディレクトリに移動してから以下のコマンドを実行していく

     $ cd C:\App\app_name
     $ git init Initialized empty Git repository in C:\App\app_name/.git/
     $ git remote add origin https://[ユーザー名]@bitbucket.org/-----/-----.git
     $ git add .
     $ git commit -m "first commit"
     $ git push -u origin master
    
1

Go to list of users who liked

0
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1

Go to list of users who liked

0