Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

sourcetree

.gitignore file in Sourcetree not working

February 2, 2023 by Tarik

Because there is the Sourcetree tag in the question I will answer you how to do this with Sourcetree, it’s really simple. As said before you first have to remove the file from tracking and then make Sourcetree to ignore the file. Change something in the file so that it is shown to you or … Read more

Categories git Tags atlassian-sourcetree, git, sourcetree Leave a comment

How to disable git gpg signing

January 14, 2023 by Tarik

You can disable this by running git config commit.gpgsign false This sets the configuration locally instead of globally. Putting this setting in .gitconfig worked for me with what you had, without the [user] configuration: [commit] gpgsign = false

Categories git Tags atlassian-sourcetree, git, sourcetree Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa