<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://medjava.ro/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://medjava.ro/feed.php">
        <title>Med Java - git</title>
        <description></description>
        <link>https://medjava.ro/</link>
        <image rdf:resource="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-01T15:30:19+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=git:correcting-git-commits&amp;rev=1770824419&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=git:git-ignore&amp;rev=1735842138&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=git:move-files-to-another-repo-keep-history&amp;rev=1735842138&amp;do=diff"/>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=git:switch-remote&amp;rev=1712840576&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Med Java</title>
        <link>https://medjava.ro/</link>
        <url>https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://medjava.ro/doku.php?id=git:correcting-git-commits&amp;rev=1770824419&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-11T15:40:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>correcting-git-commits</title>
        <link>https://medjava.ro/doku.php?id=git:correcting-git-commits&amp;rev=1770824419&amp;do=diff</link>
        <description>A Practical Guide to Correcting Git Commits (Amend &amp; Squash)

This guide explains how to modify or combine commits that have already been created. These are powerful tools for keeping your Git history clean and readable.
WARNING:Nevermaindevelopmaster</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=git:git-ignore&amp;rev=1735842138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-02T18:22:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git-ignore</title>
        <link>https://medjava.ro/doku.php?id=git:git-ignore&amp;rev=1735842138&amp;do=diff</link>
        <description>Typical .gitignore file

These are a list of files that should not be commited to git.


target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
*.class
dependency-reduced-pom.xml

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.n…</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=git:move-files-to-another-repo-keep-history&amp;rev=1735842138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-02T18:22:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>move-files-to-another-repo-keep-history</title>
        <link>https://medjava.ro/doku.php?id=git:move-files-to-another-repo-keep-history&amp;rev=1735842138&amp;do=diff</link>
        <description>Move files to another git repo and preserve history


Steps used:

1) Create a new local branch of the source repo (A) and switch to it (branchOnRepoA).

2) Filter the directories that you want to keep from A using git-filter-repo. This will rewrite history.
It should de downloaded first from</description>
    </item>
    <item rdf:about="https://medjava.ro/doku.php?id=git:switch-remote&amp;rev=1712840576&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-11T13:02:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>switch-remote</title>
        <link>https://medjava.ro/doku.php?id=git:switch-remote&amp;rev=1712840576&amp;do=diff</link>
        <description>Use another git repo (switch remote origin)
cd to your git repo

git remote -v

git remote remove origin

git remote -v

git remote add origin https://git.site.com/project.git

git push -u origin --all

git push --tags</description>
    </item>
</rdf:RDF>
