Simple Icons contributors / Simple Icons — CC0 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 -Agit commit -m “Init”git push [-u : --set-upstreamUpstream] origin master.
For git-scm (windows) git push origin master.
Updated:
2026 Aug 19

