• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Portfolio
    • Java
    • DevOps
    • Data mining
  • Online games
  • Posts
    • Author: QubeDron
    • Author: SnailDog
  • Experiments
  • Contacts
  • Skip to menu toggle button

ScAlAn

Scientific Algorithms and Analytics

Tag: git

Git: How to compare two branches

Task: Compare two different git branches Solution: git diff branch1 branch2 Note: compare by specific file type git diff branch1…
Continue reading “Git: How to compare two branches”…
Posted on: August 26, 2021 Last updated on: August 26, 2021 Comments: 0 Written by: Alex

How to clone git repository without enter login and password from keyboard

Task: clone git repository in bash script without enter login and password Implementation: Use next format: git clone http://<login>:<password>@server.com/repository.git Another…
Continue reading “How to clone git repository without enter login and password from keyboard”…
Posted on: November 6, 2020 Last updated on: December 23, 2020 Comments: 3 Written by: Alex

How to migrate GIT repository from bitbucket to AWS CodeCommit

Steps: Get code from bitbucket: git clone –bare https://<username>@bitbucket.org/<userdir>/<project>.git cd <project>.git git push –mirror ssh://git-codecommit.us-east-2.amazonaws.com/v1/repos/<project>
Continue reading “How to migrate GIT repository from bitbucket to AWS CodeCommit”…
Posted on: March 16, 2019 Last updated on: December 23, 2020 Comments: 1 Written by: Alex

Recent Posts

  • Alternative js log from devices without access to console
  • Configure .htaccess file for React app located in the subdirectory
  • Write jUnit test to check service with json files
  • Setup FTP server on Paspberry PI
  • Add autoformat java sources into your maven project
  • Add autoformat java sources into your gradle project
  • Create Accordion on html and js
  • Adding and removing users version 2.0
  • Adding and removing user
  • Java Script summer
  • Java Script summer weekend day № 1: Finding the largest word
  • Freecad: fasteners for curtains in the bathroom
  • Java Script Array modification and output

What’s ScAlAn?

Main activity of our co-working team is service to develop and support IT solutions.

Can we help?

We can offer professional development and support for your business.

You have an idea?
You want to make some improvement?
You want to implement?

Contacts

Email: info@scalan.com
Phone: +38 (067) 573-24-19
© 2025 ScAlAn | Using Modern WordPress theme. | Back to top ↑