BitBucket

Working notes on BitBucket: Create repository and At console.

Simple Icons contributors / Simple IconsCC0 1.0

Working notes on BitBucket: Create repository and At console.

Create repository

Team\Project.

At console

At console git config user.name <””>
At console git config user.email <>
At console git remote add origin <.git>

Git config core.autocrlf true.

Git init.

git add -A
git commit -m “Init”
git push [-u : --set-upstream

Upstream] origin master.

For git-scm (windows) git push origin master.

Updated: 2026 Aug 19