Skip to content
View AnisimovMoscow's full-sized avatar
  • Moscow, Russia

Block or report AnisimovMoscow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Transfer repo from Bitbucket to Github Transfer repo from Bitbucket to Github
    1
    git remote rename origin bitbucket
    2
    git remote add origin git@github.com:username/project.git
    3
    git push -u origin master
    4
    git remote rm bitbucket