Questions tagged as 'commit'

2
answers

How to "transform" a specific commit into a branch?

I would like to get a specific commit and turn it into a blank. Is there any way to do this in Git ?     
asked by 16.02.2016 / 15:04
2
answers

How to debug errors in Realm DB?

How can I debug this error and know its source: lib    c ++ abi.dylib: terminating with uncaught exception of type realm :: IncorrectThreadException:     
asked by 26.05.2016 / 17:40
1
answer

How to remove undue commits from a remote branch?

The company in which you work hires some trainees who take care of small tasks of several languages and different parts of the program (in order to enable them), but recently one of our trainees did some commits of one branch in another in our...
asked by 26.04.2017 / 20:00
1
answer

Associate commit to Bitbucket Issues

With Bitbucket it is possible to work with "Issues", where in the case could be used as "tasks / bugs / etc ...". My question would be whether it is possible to associate one or more commits with certain "Issues". If it is not possible, is th...
asked by 15.05.2015 / 13:57
1
answer

commit / rollback in two tables with PDO

First of all, the code below works, there is no error (but possibly can be improved). I have the following method in PHP: <?php public function ajustarUnidadeServidor($ajusteExercicio){ try { $sqlInsert = "INSERT INTO tb_ajuste_...
asked by 30.09.2015 / 00:43
1
answer

Store data in the database using PDO :: commit

Hello ... I've never used PDO :: Commit, but now I see the need to use ... and right now, even following the php doc and some examples on the net, I can not store the data ... here's my code : connection.php class Conexao extends PDO {...
asked by 23.02.2015 / 09:43
0
answers

How to integrate Sublime Text with some Github repository

I have a repository in GitHub, how do I integrate this repository into Sublime Text to commit my source codes? I looked for tutorials but did not find it.     
asked by 20.03.2018 / 18:56
0
answers

How to block files by extension in SVN

I need to create a pre-commit SVN hook that blocks any files that are ".rar" and ".zip". And you have a message like "The commit was blocked, this file type can not be added." (example)     
asked by 23.03.2017 / 20:51
0
answers

Commit blocking with Redmine

I need to block a commit until its redmine condition is acceptable. Knowing that the required status index is 2 (In progress). Example (I do not use this just for understanding): if ["status" == "1"]; then $commit = true; else ["statu...
asked by 16.03.2016 / 18:32
0
answers

GIT Server integrated with Redmine

I have a git server integrated with redmine, it is configured right and is being used by several people, but when the commit comment has double quotes (") it is not synchronized. I use a script, below the comet part: function redmine_update_is...
asked by 22.02.2016 / 13:29