Questions tagged as 'git'

1
answer

Import netbeans projects from Github into Eclipse Luna

My teacher has a github where he sends all material produced in the room, however, he uses netbeans ... I wonder if I can import these projects into Eclipse? I use EGit in Eclipse.     
asked by 16.06.2015 / 03:49
1
answer

Is it possible to include versioning of the database in commit (GIT)? [duplicate]

I would like to know if it is possible to version the database (in my case MySQL) through the GIT, or if there is any other effective way to do it.     
asked by 06.05.2015 / 14:37
1
answer

PHPStorm - How to Create a Patch File Ignoring Blank Spaces

I can generate a Patch file with the changes to be committed in git. How can I generate this Patch file, bypassing white spaces just like I do on the View Changes screen? Some old files have tabs instead of 4 spaces and some white space le...
asked by 01.04.2015 / 21:45
1
answer

Synchronize Bitbucket with Web Server

Is it possible to sync my project on Bitbucket with my web server? Instead of sending the project via FTP, it would be synchronized with my Bitbucket repository without having to send the project multiple times (via FTP to web server and via SSH...
asked by 29.04.2014 / 16:12
1
answer

I made changes to the wrong branch, how to reverse the changes in this branch without deleting what was done?

I was working on a branch called task-1. Unintentionally, I changed the branch and made several modifications to the branch called task-2. How do I reverse the changes in branch task-2 without having to commit and delete everything that was done...
asked by 20.11.2018 / 17:28
1
answer

Migrating from svn to git: tags get a '@' with number at the end of the tag. What can it be?

I have a question. I made the project clone with git svn clone . I used git remote add +url to add the remote repository. When I'm doing git push --tags to git the tags are going in a different format than svn. For example:...
asked by 18.06.2018 / 20:50
0
answers

How to solve GIT DIFF coding problem

For some files git diff introduces me instead of characters with accents, I do not really know if the problem is git diff. The GUI I use for git is git kraken, below is a print of the error.     
asked by 12.01.2018 / 20:50
0
answers

Changing username destroys commits?

I've changed my username to a more professional one. Before I changed I saw that there were some warnings that mistakes might occur in doing so, but I did not care because I said they were rare cases. It turns out that today I noticed that my...
asked by 04.11.2017 / 21:49
1
answer

How to structure multiple projects in Git

In the company I work with, we use Visual Studio 2013 and TFVC to version the projects. I am accustomed to Source Control Explorer , can give Get Latest Version at any level (any repository, a project group, just a project or a specific f...
asked by 21.06.2017 / 23:22
0
answers

How to clone a git repository (BARE) from a windows7 folder to UBUNTU16.04?

My host system is windows7 and I have a guest system in virtualBox, Ubuntu 16.04. I shared a folder in win7 ( sf_AA_SHARE_FOLDER ) into linux and inside it I have another folder called CHM_FINAL_BARE which is where I want to clone the files...
asked by 14.08.2016 / 02:15