clean

in lib/gitlab_git/repository.rb [589:596]


      def clean(options = {})
        strategies = [:remove_untracked]
        strategies.push(:force) if options[:f]
        strategies.push(:remove_ignored) if options[:x]

        
      end