Skip to content

Instantly share code, notes, and snippets.

@JimnyGitHub
JimnyGitHub / JavaIntellijGit.flt
Created November 24, 2023 13:29 — forked from shooksm/JavaIntellijGit.flt
WinMerge Filter for a Java project in Intellij using GIT for version control
## This is a directory/file filter template for WinMerge
name: Java Intellij Git Filter
desc: Excludes compiled Java files, maven target folders, node_modules, Intellij project files, sass-cache and git folders
## This is an inclusive (loose) filter
## (it lets through everything not specified)
def: include
## Ignore git
d: \\\.git$
@JimnyGitHub
JimnyGitHub / git-command.md
Created August 4, 2017 07:07 — forked from aquelito/git-command.md
GIT - Ligne de commande principale

Github

Configuration

Identity Name

$ git config --global user.name "aquelito"