You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O seu commit deve ser atomico, ou seja, ele deve fazer apenas uma coisa. Também é uma boa prática commitar em ingles.
O seu commit deve descrever em poucas palavras o que ele está fazendo.
Para commitar use:
git commit -m"This is my commit message"
Branches
As branches servem para manter um bom fluxo de trabalho. Elas são criadas a partir da branch que contem a ultima versão da sua
aplicação, geralmente a branch 'master'.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mapknitter is a free and open-source software created and run by Public Lab. It lets people upload their own aerial images, position them in a web interface over some existing map data, share it, and export for print. It includes a bunch of sub-components - which contains a JavaScript UI- but the core application is written in Rails.
The challenge has been accepted!
My GSoC project was about upgrading Mapknitter project from
Rails 3.2 to Rails 6.0. Initially, the project was running on Rails 3.2. So, to get a smoother upgrade, some steps should be taken before.
I knew that this would involve a lot of work and challenges to overcome, but I got the chance to work with
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters